Re: SQL Command - To List Tables ?

Поиск
Список
Период
Сортировка
От Shridhar Daithankar
Тема Re: SQL Command - To List Tables ?
Дата
Msg-id 3F4CDA48.22895.3FFB74A@localhost
обсуждение исходный текст
Ответ на SQL Command - To List Tables ?  (Peter Moscatt <pgmoscatt@optushome.com.au>)
Список pgsql-general
On 27 Aug 2003 at 20:37, Peter Moscatt wrote:

> Is there a SQL command I can issue which will list all the TABLES within
> a database ?

\dt from psql

or select relname from pg_class;

Check the column name.  There might be a typo there but pg_class is what you
are looking at.

Bye
 Shridhar

--
There are certain things men must do to remain men.        -- Kirk, "The Ultimate
Computer", stardate 4929.4


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

Предыдущее
От: "mathan"
Дата:
Сообщение: Re: SQL Command - To List Tables ?
Следующее
От: "Juris Krumins"
Дата:
Сообщение: Again about temporary table