Re: getPrimaryKeys - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: getPrimaryKeys
Date
Msg-id Pine.BSO.4.63.0602211215030.32683@leary.csoft.net
Whole thread Raw
In response to getPrimaryKeys  (David Gommeren <david@umgenicomputer.com>)
List pgsql-jdbc

On Tue, 21 Feb 2006, David Gommeren wrote:

> Just discovered after messing around for two hours that the table-name in
> DatabaseMetaData.getPrimaryKeys is case sensitive. I don't think this should
> be.
>

How else would you differentiate between these two:

CREATE TABLE tab (a int primary key);
CREATE TABLE "TaB" (a int primary key);

Kris Jurka

pgsql-jdbc by date:

Previous
From: David Gommeren
Date:
Subject: getPrimaryKeys
Next
From: eric cartman
Date:
Subject: relation does not exist