check_foreign_key - Mailing list pgsql-general

From Erik Ronström
Subject check_foreign_key
Date
Msg-id 20030430203348.17152.qmail@web13802.mail.yahoo.com
Whole thread Raw
Responses Re: check_foreign_key  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
List pgsql-general
Hi all,

The help document for CREATE TRIGGER shows an example of "simulating" a
foreign key by creating a trigger with a call to check_foreign_key (I
guess it has exactly the same result as using FOREIGN KEY?).

But what does the first argument to check_foreign_key really mean? And
to take the question further: are the internal functions/procedurs
documented somewhere? I've not been able to find any documentation of
check_foreign_key (for example), and it doesn't even show up when
typing \df at the psql prompt.

Best regards
Erik Ronström

__________________________________________________
Yahoo! Plus
For a better Internet experience
http://www.yahoo.co.uk/btoffer


pgsql-general by date:

Previous
From: Dennis Gearon
Date:
Subject: Re: fixed size columns
Next
From: Bruce Momjian
Date:
Subject: Re: Buffer Cache question....