exploring data

Поиск
Список
Период
Сортировка
От Willie Northway
Тема exploring data
Дата
Msg-id Pine.LNX.4.10.10106271414190.25110-100000@spiderman.diamondbullet.com
обсуждение исходный текст
Ответы Re: exploring data  (harrold@sage.che.pitt.edu)
Re: exploring data  (Willie Northway <willn@diamondbullet.com>)
Список pgsql-novice
Hello, I'm a mysql user who's trying to learn postgres. How would I
explore which databases or tables are available for use?

If I were using mysql, I would try something like this:

mysql> show databases;
mysql> use test;
mysql> show tables;

How would I accomplish something like this in postgres?

- Willie

----
Willie Northway - Software Developer http://www.willienorthway.com/
Diamond Bullet Design - http://www.diamondbullet.com


В списке pgsql-novice по дате отправления:

Предыдущее
От: "Williams, Travis L, NPONS"
Дата:
Сообщение: RE: requiring a password to connect
Следующее
От: harrold@sage.che.pitt.edu
Дата:
Сообщение: Re: exploring data