Re: DatabaseMetaData.getTablePrivileges()

From: dmp <danap(at)ttc-cmc(dot)net>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: DatabaseMetaData.getTablePrivileges()
Date: 2010-10-16 16:15:00
Message-ID: 4CB9CF84.602@ttc-cmc.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 {}.

>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.

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Thomas Warwaris 2010-10-17 00:38:38 Writable Views as Tables (for clients that won't write to views)
Previous Message Craig Ringer 2010-10-16 02:51:22 Re: [JDBC] Support for JDBC setQueryTimeout, et al.