Re: Problem with getImportedKeys / getExportedKeys

From: Jeroen van Vianen <jeroen(dot)van(dot)vianen(at)satama(dot)com>
To: "Jason Davies" <jason(at)netspade(dot)com>
Cc: "PostgreSQL JDBC" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Problem with getImportedKeys / getExportedKeys
Date: 2002-01-17 19:00:48
Message-ID: 5.1.0.14.2.20020117195227.046e3e90@ams010.satama.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hi Jason,

At 20:06 01-16-2002 +0100, Vianen, Jeroen van wrote:
>Thanks for the patch. I will try it out soon.

I've tried your patch and the output is as follows:

java -classpath .:postgresql.jar TestKeys users
Imported keys:
Exported keys:
PKTABLE_NAME = users_roles
PKCOLUMN_NAME = userid
FKTABLE_NAME = users
FKCOLUMN_NAME = userid

# java -classpath .:postgresql.jar TestKeys users_roles
Imported keys:
PKTABLE_NAME = users_roles
PKCOLUMN_NAME = userid
FKTABLE_NAME = users
FKCOLUMN_NAME = userid
PKTABLE_NAME = users_roles
PKCOLUMN_NAME = userid
FKTABLE_NAME = users
FKCOLUMN_NAME = userid
Exported keys:

Comparing this with Oracle's output I noticed that all PK* and FK* columns
have been exchanged and that the two imported keys for table users_roles
are the same. Oracle correctly reports a key from users_roles to users and
from users_roles to roles.

Any clue?

Jeroen

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Jason Davies 2002-01-18 00:06:51 Re: Problem with getImportedKeys / getExportedKeys
Previous Message Kovács Péter 2002-01-17 18:54:32 Re: Proposal for a configurable ResultSet implementation