Re: DatabaseMetaData.getTablePrivileges()

From: Kris Jurka <books(at)ejurka(dot)com>
To: dmp <danap(at)ttc-cmc(dot)net>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: DatabaseMetaData.getTablePrivileges()
Date: 2010-10-16 00:51:48
Message-ID: alpine.BSO.2.00.1010152046360.23907@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2010-10-16 01:08:44 Re: Re: call XAConnection.commit() when autoCommit=true throw InvocationTargetException not SQLException.
Previous Message Tom Lane 2010-10-15 21:26:16 Re: [JDBC] Support for JDBC setQueryTimeout, et al.