Re: Eliminate information_schema from oid2name listing

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Eliminate information_schema from oid2name listing
Дата
Msg-id 200307272012.h6RKCKL18771@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: Eliminate information_schema from oid2name listing  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
OK, change made and applied.

---------------------------------------------------------------------------

Tom Lane wrote:
> 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
>

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

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

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