Re: getTablePrivileges empty if table owned by group role - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: getTablePrivileges empty if table owned by group role
Date
Msg-id alpine.BSO.2.00.1108231315490.20121@leary.csoft.net
Whole thread Raw
In response to Re: getTablePrivileges empty if table owned by group role  (Jonas Sundman <jonas.sundman@thl.fi>)
Responses Re: getTablePrivileges empty if table owned by group role
List pgsql-jdbc

On Tue, 23 Aug 2011, Jonas Sundman wrote:

> after some digging and further reading in the todo list I learned that acl
> parsing is known to be uncompatible with versions after 7.3.
>
> I decided to have a look into the code and turned up with a working
> version of the acl parsing, which I would like to share.

Great.  Can you resend as a context diff (diff -c), the default format
isn't really usable.  Also we need to able to support the older ACL
formats as well.  I haven't read your patch, but my ancient notes say 7.3,
7.4, and 8.0 all have different formats.  I know you aren't likely to have
these old versions handy, but can you test with the attached ACL entries
and ensure they get parsed correctly?

Kris Jurka

Attachment

pgsql-jdbc by date:

Previous
From: Jonas Sundman
Date:
Subject: Re: getTablePrivileges empty if table owned by group role
Next
From: Kris Jurka
Date:
Subject: Re: Is it possible to get the Payload from a NOTIFY via the JDBC Driver?