Re: DatabaseMetaData.getTablePrivileges()

From: David Fetter <david(at)fetter(dot)org>
To: Kris Jurka <books(at)ejurka(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: DatabaseMetaData.getTablePrivileges()
Date: 2010-10-19 15:03:06
Message-ID: 20101019150306.GA9917@fetter.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)fetter(dot)org> http://fetter.org/
Phone: +1 415 235 3778 AIM: dfetter666 Yahoo!: dfetter
Skype: davidfetter XMPP: david(dot)fetter(at)gmail(dot)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

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2010-10-19 18:47:41 Re: DatabaseMetaData.getTablePrivileges()
Previous Message Thomas Warwaris 2010-10-17 00:38:38 Writable Views as Tables (for clients that won't write to views)