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 <[email protected]>)
Ответы Re: get list of databases and tables in Postgres
Re: get list of databases and tables in Postgres
Список pgsql-php
> select datname from pg_database;

Or simply:

\d

unless I'm missing something...

Chris


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