Tables view?

Поиск
Список
Период
Сортировка
От Walker, Jed S
Тема Tables view?
Дата
Msg-id 4A59B6AA01F1874283EA66C976ED51FC4663FE@COENGEXCMB01.cable.comcast.com
обсуждение исходный текст
Ответы Re: Tables view?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-novice

I have a need to select out all tables that are not temporary. Currently I'm pulling this from pg_class but I can't find a way to identify temporary tables. I found the "tables" view listed in the documentation but when I do "select * from tables" as the user that owns the tables I'm interested in, I get "relation "tables" does not exist". I also get this when logged in as postgres.

What do I need to do to see this table, or select only permanent tables from pg_class?

Thanks,

Jed.

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

Предыдущее
От: Pascual De Ruvo
Дата:
Сообщение: Re: Uploading and loading
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Tables view?