Re: SQL Command - To List Tables ?

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: SQL Command - To List Tables ?
Дата
Msg-id 20030827130916.GH25066@wolff.to
обсуждение исходный текст
Ответ на SQL Command - To List Tables ?  (Peter Moscatt <pgmoscatt@optushome.com.au>)
Ответы Re: SQL Command - To List Tables ?
Список pgsql-general
On Wed, Aug 27, 2003 at 20:37:14 +1000,
  Peter Moscatt <pgmoscatt@optushome.com.au> wrote:
> Is there a SQL command I can issue which will list all the TABLES within
> a database ?

select datname from pg_database;

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