Re: How not to display system tables?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: How not to display system tables?
Дата
Msg-id 27536.1118349237@sss.pgh.pa.us
обсуждение исходный текст
Ответ на How not to display system tables?  (Ennio-Sr <nasr.laili@tin.it>)
Ответы Re: How not to display system tables?  (Ennio-Sr <nasr.laili@tin.it>)
Список pgsql-novice
Ennio-Sr <nasr.laili@tin.it> writes:
> Reading from man psql I see that the \d used without a pattern argument
> is equivalent to \dtvs which will display all pga_* tables along with
> the 'pure' data tables.
> Is there a way to change this behaviour (apart than using a SELECT
> relname from pg_class WHERE relkind = ...).

The pga_ tables are not system tables as far as Postgres is concerned.
IIRC they are created by some old versions of pgAdmin (or was it another
tool?)  If you move up to a more recent version you should be able to
get rid of them.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Function debugging question
Следующее
От: Michael Fuhr
Дата:
Сообщение: Re: returning multiple values from a plpgsql function?