Re: Bug in pg_describe_object, patch v2

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Bug in pg_describe_object, patch v2
Дата
Msg-id 291.1294879632@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Bug in pg_describe_object, patch v2  (Andreas Karlsson <andreas@proxel.se>)
Ответы Re: Bug in pg_describe_object, patch v2  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
Andreas Karlsson <andreas@proxel.se> writes:
> Here is a very simple change of the patch to make the output look more
> like the syntax of ALTER OPERATOR FAMILY to improve consistency.

IMO, what this patch needs is to not output the types unless they are
actually different from the default (which can be inferred from the AM
type and the function arguments).  That would fix my concern about it
emitting information that is 99.44% useless.
        regards, tom lane


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

Предыдущее
От: "David E. Wheeler"
Дата:
Сообщение: Re: Fixing GIN for empty/null/full-scan cases
Следующее
От: Stephen Frost
Дата:
Сообщение: Re: Add support for logging the current role