Re: Foreign key problem in Postgresql-7.2

From: Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>
To: Thirumoorthy Bhuvneswari <tbhuvneswari(at)yahoo(dot)com>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: Foreign key problem in Postgresql-7.2
Date: 2002-05-21 05:57:15
Message-ID: 20020520225446.I98981-100000@megazone23.bigpanda.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, 20 May 2002, Thirumoorthy Bhuvneswari wrote:

> hi,
> I am using Postgresql-7.1.3 with Redhat Linux-7.1 for
> my application developed in Java. I have created some
> tables with foreign keys which are not the primary
> keys in the master tables. Its working fine in
> Linux-7.1.3. I tried to upgrade my system with
> Postgresql-7.2 and did restore of my database. It did
> not accept such foreign keys. Though the design may
> not be of its best normalization form, I use such
> foreign keys for ease of maintenance. How can I get
> them in Postgresql-7.2. Thanks in advance.

Well, the values do not necessarily need to be primary keys,
but they must be unique. Even in 7.1.x, there was no
check done to guarantee that the values are unique,
but for non-unique referenced columns the results
would sometimes end up being incorrect.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Wm. G. Urquhart 2002-05-21 06:38:18 Re: Help..
Previous Message Thirumoorthy Bhuvneswari 2002-05-21 05:44:59 Foreign key problem in Postgresql-7.2