DatabaseMetaData weak implementation

From: Benoit Menendez <benoitm(at)pacbell(dot)net>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: DatabaseMetaData weak implementation
Date: 2002-02-22 19:32:51
Message-ID: 000d01c1bbd7$bab177c0$0201a8c0@osprey
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

I cannot get DatabaseMetaData.getIndexInfo to return anything. I tried
several versions of the JDBC driver... I currently use the one installed by
Cygwin, the classes are dated 1/16/2002 2:29pm

I also need to retrieve constraints information using
DatabaseMetaData.getImportedKeys, but no luck here either... this function
just returns null...

Is there a new (improved) JDBC driver out there?

Thanks,

Benoit

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Bruce Momjian 2002-02-22 19:38:37 Re: JDBC build - take 2
Previous Message Nick Fankhauser 2002-02-22 19:31:56 Re: strange error