Re: get list of databases and tables in Postgres

Поиск
Список
Период
Сортировка
От Chris Boget
Тема Re: get list of databases and tables in Postgres
Дата
Msg-id 007801c3ff99$b29452d0$8c01a8c0@entropy
обсуждение исходный текст
Ответ на get list of databases and tables in Postgres  (Wim Paulussen <wim@chen.be>)
Ответы Re: get list of databases and tables in Postgres  ("D. Wokan" <wokan@cox.net>)
Re: get list of databases and tables in Postgres  ("Chris Smith" <chris@interspire.com>)
Список pgsql-php
> select datname from pg_database;

Or simply:

\d

unless I'm missing something...

Chris


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

Предыдущее
От: "Majolee InfoTech"
Дата:
Сообщение: Re: get list of databases and tables in Postgres
Следующее
От: "D. Wokan"
Дата:
Сообщение: Re: get list of databases and tables in Postgres