Re: [HACKERS] Empty system tables

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] Empty system tables
Дата
Msg-id 5484.927299222@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Empty system tables  ("D'Arcy" "J.M." Cain <darcy@druid.net>)
Список pgsql-hackers
darcy@druid.net ("D'Arcy" "J.M." Cain) writes:
> perhaps we can update the docs to describe them.

>   pg_listener

pg_listener records which backends are actively listening for NOTIFY
conditions, and is used to transmit NOTIFY signals from one backend to
another.  It will be empty if you do not have any active LISTEN
commands.

>   pg_shadow

Shadow user table, with the real passwords.  (pg_user is actually
only a view of pg_shadow.)

>   pg_statistic

Per-column stats collected by VACUUM ANALYZE and used by the query
optimizer.

Dunno about the rest.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Numeric and Aggregate: transform node 107
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Broken select on regular expression !!!