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

From David Fetter
Subject Re: DatabaseMetaData.getTablePrivileges()
Date
Msg-id 20101019150306.GA9917@fetter.org
Whole thread Raw
In response to Re: DatabaseMetaData.getTablePrivileges()  (Kris Jurka <books@ejurka.com>)
Responses Re: DatabaseMetaData.getTablePrivileges()  (Kris Jurka <books@ejurka.com>)
List pgsql-jdbc
On Fri, Oct 15, 2010 at 08:51:48PM -0400, Kris Jurka wrote:
> 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.

When do you plan another official release, or if that's not actually
planned yet, what kind of event would trigger one?

Cheers,
David (who'd like to see a fully compliant JDBC driver for PostgreSQL).
--
David Fetter <david@fetter.org> http://fetter.org/
Phone: +1 415 235 3778  AIM: dfetter666  Yahoo!: dfetter
Skype: davidfetter      XMPP: david.fetter@gmail.com
iCal: webcal://www.tripit.com/feed/ical/people/david74/tripit.ics

Remember to vote!
Consider donating to Postgres: http://www.postgresql.org/about/donate

pgsql-jdbc by date:

Previous
From: Thomas Warwaris
Date:
Subject: Writable Views as Tables (for clients that won't write to views)
Next
From: Kris Jurka
Date:
Subject: Re: DatabaseMetaData.getTablePrivileges()