Re: Triggers

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: Triggers
Дата
Msg-id Pine.BSF.4.21.0110261126380.66638-100000@megazone23.bigpanda.com
обсуждение исходный текст
Ответ на Triggers  ("Mihai Gheorghiu" <tanethq@earthlink.net>)
Список pgsql-general
On Fri, 26 Oct 2001, Mihai Gheorghiu wrote:

> How can I find and see the code of a trigger automatically generated by a
> referential integrity constraint.

You can get the parameters out of pg_trigger (if you've named your
constraint you can use tgconstrname to find them, otherwise you need to
compare items in tgargs).

The code itself is in C and is in src/backend/utils/adt/ri_triggers.c


В списке pgsql-general по дате отправления:

Предыдущее
От: sjh@ucf.ics.uci.edu
Дата:
Сообщение: Re: initdb segfault - solaris 8
Следующее
От: "Brett W. McCoy"
Дата:
Сообщение: Re: null != null ???