RE: [SQL] FOREIGN KEY - Mailing list pgsql-sql

From Jackson, DeJuan
Subject RE: [SQL] FOREIGN KEY
Date
Msg-id F10BB1FAF801D111829B0060971D839F36DF73@cpsmail
Whole thread Raw
List pgsql-sql
> Hi all.
>
> As far as I understand PostgreSQL does not support
> FOREIGN KEY syntax. (Do I gather right ?).
Postgres supports the 'syntax' just fine, it simply ignores it.

> What is the recommended work around ?
There is a work-around (triggers) in the contrib directory of the
distribution (refint).  It comes with examples of usage.

> ---
> Alexey Pushkin
> Well Service Technology AS

pgsql-sql by date:

Previous
From: Alexey Pushkin
Date:
Subject: FOREIGN KEY
Next
From: Eric McKeown
Date:
Subject: date versus datetime?