| From: | Radosław Smogura <rsmogura(at)softperience(dot)eu> |
|---|---|
| To: | PG Hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Binary in/out for aclitem |
| Date: | 2011-02-22 21:30:41 |
| Message-ID: | 201102222230.41081.rsmogura@softperience.eu |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Hi,
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 tested only recv :-(
Acually I don't know if idea of such format is OK, but my intention was to
send roles names, so driver don't need to ask for name (like for regproc) and
to keep together human-based approch (text) and binary approch.
Kind regards,
Radek
| Attachment | Content-Type | Size |
|---|---|---|
| aclitem_binary_20110222.patch | text/x-patch | 10.1 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Joshua D. Drake | 2011-02-22 21:32:43 | PgEast talks and trainings up |
| Previous Message | Dimitri Fontaine | 2011-02-22 21:18:43 | Re: How to extract a value from a record using attnum or attname? |