Foreign Keys
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
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:
Show quoted text
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
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'