Re: Eliminate information_schema from oid2name listing - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: Eliminate information_schema from oid2name listing
Date
Msg-id 200307272012.h6RKCKL18771@candle.pha.pa.us
Whole thread Raw
In response to Re: Eliminate information_schema from oid2name listing  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: Eliminate information_schema from oid2name listing
Next
From: Tom Lane
Date:
Subject: Re: ruleutils with pretty-print option