Thread
-
Foreign Keys
ENTER YOU NAME HERE <your_email@cs.man.ac.uk> — 1998-06-08T18:41:42Z
Hi all I am using PostgreSQL as part of my MSc project. Because it is an object-relational database it is a superset of a pure relational and so tried to add foreign keys but are not supported. How can I overcome this problem? Kostas Vassiliadis
-
Re: [GENERAL] Foreign Keys
Marin D <marin@cybernet.bg> — 1998-06-09T07:51:23Z
PGSRC_DIR/contrib/spi/refint* is the answer Marin -= Why do we need gates in a world without fences? =- On Mon, 8 Jun 1998, ENTER YOU NAME HERE wrote: > Hi all > I am using PostgreSQL as part of my MSc project. Because it is an > object-relational database it is a superset of a pure relational and so > tried to add foreign keys but are not supported. How can I overcome this > problem? > > Kostas Vassiliadis > > -
Re: [GENERAL] Foreign Keys
jose' soares <sferac@bo.nettuno.it> — 1998-06-09T10:09:33Z
On Mon, 8 Jun 1998, ENTER YOU NAME HERE wrote: > Hi all > I am using PostgreSQL as part of my MSc project. Because it is an > object-relational database it is a superset of a pure relational and so > tried to add foreign keys but are not supported. How can I overcome this > problem? man create_triggers see also .../contrib/spi/refint* Jose'