Foreign Keys

Started by ENTER YOU NAME HEREalmost 28 years ago3 messagesgeneral
Jump to latest
#1ENTER YOU NAME HERE
YOUR_EMAIL@cs.man.ac.uk

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

#2Marin D
marin@cybernet.bg
In reply to: ENTER YOU NAME HERE (#1)
Re: [GENERAL] Foreign Keys

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

#3Sferacarta Software
sferac@bo.nettuno.it
In reply to: ENTER YOU NAME HERE (#1)
Re: [GENERAL] Foreign Keys

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'