Re: Bug in pg_describe_object, patch v2

Поиск
Список
Период
Сортировка
От Andreas Karlsson
Тема Re: Bug in pg_describe_object, patch v2
Дата
Msg-id 1294872313.19942.5.camel@jansson
обсуждение исходный текст
Ответ на Bug in pg_describe_object (was: Re: [HACKERS] obj_unique_identifier(oid))  (Andreas Karlsson <andreas@proxel.se>)
Ответы Re: Bug in pg_describe_object, patch v2
Список pgsql-hackers
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.

Before patch:

function 1 bttextcmp(text,text) of operator family array_ops for access method gin

With the first version:

function 1 bttextcmp(text,text) of operator family array_ops for access method gin for (text[],text[])

With this version:

function 1 (text[],text[]) bttextcmp(text,text) of operator family array_ops for access method gin

Andreas


Вложения

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