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  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Jan Urbański
Дата:
Сообщение: Re: autogenerating error code lists (was Re: [COMMITTERS] pgsql: Add foreign data wrapper error code values for SQL/MED.)
Следующее
От: Robert Haas
Дата:
Сообщение: Re: arrays as pl/perl input arguments [PATCH]