Re: Binary in/out for aclitem

Andrew Dunstan <andrew@dunslane.net>

From: Andrew Dunstan <andrew@dunslane.net>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Radosław Smogura <rsmogura@softperience.eu>, PG Hackers <pgsql-hackers@postgresql.org>
Date: 2011-02-22T22:13:17Z
Lists: pgsql-hackers

On 02/22/2011 05:04 PM, Tom Lane wrote:
> =?utf-8?q?Rados=C5=82aw_Smogura?=<rsmogura@softperience.eu>  writes:
>> Actaully one more POD left it's aclitem :). In Java for e.g. it is used to
>> obtain column priviliges, I assume some folks may want to use it too.
> 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.
> So, nope, not excited about it.
>

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

cheers

andrew