Re: Eliminate information_schema from oid2name listing

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Eliminate information_schema from oid2name listing
Дата
Msg-id 3727.1059336612@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Eliminate information_schema from oid2name listing  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: Eliminate information_schema from oid2name listing  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> Tom Lane wrote:
>> I think v,s,t are all relkinds to exclude here.

> Is 't' for toast tables?  If so, we should allow 't', no?  I wasn't sure
> about 's'?

Wups, you are right --- I was thinking 't' meant 'composite type'.

The only 's' in the system is pg_xactlock which does not have a disk
file.

The correct set to exclude seems to be 'v','s','c'.

            regards, tom lane

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: ruleutils with pretty-print option
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Eliminate information_schema from oid2name listing