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

From Kris Jurka
Subject Re: DatabaseMetaData.getTablePrivileges()
Date
Msg-id alpine.BSO.2.00.1010152046360.23907@leary.csoft.net
Whole thread Raw
In response to Re: DatabaseMetaData.getTablePrivileges()  (dmp <danap@ttc-cmc.net>)
Responses Re: DatabaseMetaData.getTablePrivileges()  (dmp <danap@ttc-cmc.net>)
Re: DatabaseMetaData.getTablePrivileges()  (David Fetter <david@fetter.org>)
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 {}.

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


pgsql-jdbc by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] Support for JDBC setQueryTimeout, et al.
Next
From: Kris Jurka
Date:
Subject: Re: Re: call XAConnection.commit() when autoCommit=true throw InvocationTargetException not SQLException.