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

From Tom Lane
Subject Re: Eliminate information_schema from oid2name listing
Date
Msg-id 4460.1059320324@sss.pgh.pa.us
Whole thread Raw
In response to Re: Eliminate information_schema from oid2name listing  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: Eliminate information_schema from oid2name listing
List pgsql-patches
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> !                             "where reltype not in ('v','c') and "

Surely you meant relkind.  Also, there is no 'c' relkind; perhaps you
meant 's'?  I think v,s,t are all relkinds to exclude here.

            regards, tom lane

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] PATCH: Memory leaks on start-up
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] PATCH: Memory leaks on start-up