Thread: Foreign Keys

Foreign Keys

From
ENTER YOU NAME HERE
Date:
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

From
Marin D
Date:
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

From
"Jose' Soares Da Silva"
Date:
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'