Re: Bug in pg_describe_object, patch v2 - Mailing list pgsql-hackers

From Andreas Karlsson
Subject Re: Bug in pg_describe_object, patch v2
Date
Msg-id 1294872313.19942.5.camel@jansson
Whole thread Raw
In response to Bug in pg_describe_object (was: Re: [HACKERS] obj_unique_identifier(oid))  (Andreas Karlsson <andreas@proxel.se>)
Responses Re: Bug in pg_describe_object, patch v2  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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


Attachment

pgsql-hackers by date:

Previous
From: Jan Urbański
Date:
Subject: Re: autogenerating error code lists (was Re: [COMMITTERS] pgsql: Add foreign data wrapper error code values for SQL/MED.)
Next
From: Robert Haas
Date:
Subject: Re: arrays as pl/perl input arguments [PATCH]