Re: DatabaseMetaData.getTablePrivileges() - Mailing list pgsql-jdbc

From dmp
Subject Re: DatabaseMetaData.getTablePrivileges()
Date
Msg-id 4CB9CF84.602@ttc-cmc.net
Whole thread Raw
In response to Re: DatabaseMetaData.getTablePrivileges()  (Kris Jurka <books@ejurka.com>)
List pgsql-jdbc
> On Sun, 10 Oct 2010, dmp wrote:
>
>> Now it looks like you said Kris the exception has nothing to do with
>> the empty space, "", parameter for the schemaPattern except either
>> that documented valid input or NULL will bring out the exception. The
>> exception as your patch looks for has to do with parsing the reacl
>> entry. That entry is for the pg_largeobject and is {}.

>Kris Jurka wrote:
 >
> I've fixed this problem in CVS. I've posted a new driver version here
> with the fix because there are no immediate plans for a new official
> release.
>
> http://ejurka.com/pgsql/jars/acl/
>
> Kris Jurka

Thank you Kris for your contributions. I updated my local CVS copy
of the pgjdbc and rebuilt the jar file myself and everything works fine.

danap.



pgsql-jdbc by date:

Previous
From: Craig Ringer
Date:
Subject: Re: [HACKERS] Support for JDBC setQueryTimeout, et al.
Next
From: Thomas Warwaris
Date:
Subject: Writable Views as Tables (for clients that won't write to views)