check_foreign_key

Поиск
Список
Период
Сортировка
От Erik Ronström
Тема check_foreign_key
Дата
Msg-id 20030430203348.17152.qmail@web13802.mail.yahoo.com
обсуждение исходный текст
Ответы Re: check_foreign_key  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
Список 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 по дате отправления:

Предыдущее
От: Dennis Gearon
Дата:
Сообщение: Re: fixed size columns
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Buffer Cache question....