Re: Triggers

Поиск
Список
Период
Сортировка
От A.Bhuvaneswaran
Тема Re: Triggers
Дата
Msg-id Pine.LNX.4.44.0304082101220.4365-100000@Bhuvan.bksys.co.in
обсуждение исходный текст
Ответ на Triggers  (Ben Clewett <B.Clewett@roadrunner.uk.com>)
Список pgsql-novice
> I want to have a go at some Triggers.  To update summary records of
> accounting data.
>
> I see in the reference manual
> http://www.de.postgresql.org/users-lounge/docs/7.2/postgres/sql-createconstraint.html
> it makes the comment:
>
> "It is not intended for general use."

postgres uses CREATE CONSTRAINT TRIGGER to create FK references during
pg_dump process. CREATE TRIGGER is what you are looking for.

regards,
bhuvaneswaran


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

Предыдущее
От: Antti Haapala
Дата:
Сообщение: Re: operator '~~' for types 'inet' and '"unknown"'
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: Triggers