Re: Information regarding foriegn key constraint.

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: meeta bhate <mbhate(at)eng(dot)utoledo(dot)edu>
Cc: <pgsql-bugs(at)postgresql(dot)org>, <ajohnso(at)uoft03(dot)utoledo(dot)edu>, <ajohnson(at)eng(dot)utoledo(dot)edu>
Subject: Re: Information regarding foriegn key constraint.
Date: 2001-06-11 14:42:59
Message-ID: Pine.LNX.4.30.0106111641150.756-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

meeta bhate writes:

> I am a Graduate student at the University of Toledo.My Master's project
> involves creating a database in PostgreSQL version 6.5.3.I was wondering
> if I can use SERIAL key along with a PRIMARY key as follows:

(This is not the right mailing list for "wondering".)

> create table univdept (uid integer references ohiouniv,
> deptid integer references departments);
>
> The error was:
> create table/foreign key clause ignored; not yet implemented

"Not implemented" really means that, but if you upgrade to the latest
version you will get foreign keys.

--
Peter Eisentraut peter_e(at)gmx(dot)net http://funkturm.homeip.net/~peter

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Peter Eisentraut 2001-06-11 14:52:09 Re: where clause bug
Previous Message Michael Roth 2001-06-11 13:49:22 FATAL Error