Re: Binary in/out for aclitem - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Binary in/out for aclitem
Date
Msg-id 23049.1298413468@sss.pgh.pa.us
Whole thread Raw
In response to Re: Binary in/out for aclitem  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: Binary in/out for aclitem  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> On 02/22/2011 05:04 PM, Tom Lane wrote:
>> I think this one has got far less use-case than the other, and I don't
>> want to expose the internal representation of ACLITEM to the world.

> The sendv for enums sends the label, and ISTR there are some others that 
> send the text representation also. Would that be better?

It'd be more future-proof than this patch, but I'm still unconvinced
about the use-case.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: Binary in/out for aclitem
Next
From: "Kevin Grittner"
Date:
Subject: Re: [GENERAL] How to extract a value from a record using attnum or attname?