Re: Eliminate information_schema from oid2name listing

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Eliminate information_schema from oid2name listing
Дата
Msg-id 4460.1059320324@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:
> !                             "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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] PATCH: Memory leaks on start-up
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] PATCH: Memory leaks on start-up