On 2012-02-08 02:31, Kasia Tuszynska wrote:
> Hello jdbc mailing list,
>
> We are using: version 9.0-801
>
> I found that the inconsistent behavior we were expariancing with
> getTablePrivileges, has been logged as a bug and listed on :
> http://jdbc.postgresql.org/todo.html
>
> *[bugs]* ACLs have changed format since the parsing code was written. The code
> only supports 7.3 style ACLs. DatabaseMetaData methods like getTablePrivileges
> do not work correctly against later servers
>
> I was wondering if there is a timeframe by which this issue would be resolved.
>
Indeed I wrote a patch to the acl parsing which I submitted some time ago
<http://archives.postgresql.org/pgsql-jdbc/2011-08/msg00071.php>.
Now that the git move has been successfully done, is there a chance that someone
could review the patch at this point?
A quick check against 9.1 worked fine, also.
Regards,
Jonas Sundman