Re: Information regarding foriegn key constraint. - Mailing list pgsql-bugs

From Peter Eisentraut
Subject Re: Information regarding foriegn key constraint.
Date
Msg-id Pine.LNX.4.30.0106111641150.756-100000@peter.localdomain
Whole thread Raw
In response to Information regarding foriegn key constraint.  (meeta bhate <mbhate@eng.utoledo.edu>)
Responses Re: Information regarding foriegn key constraint.  (meeta bhate <mbhate@eng.utoledo.edu>)
List 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@gmx.net   http://funkturm.homeip.net/~peter

pgsql-bugs by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: where clause bug
Next
From: Stephan Szabo
Date:
Subject: Re: Re(2): REFERENCES fails on derived classes