Trigger question

Поиск
Список
Период
Сортировка
От Alex du Plessis
Тема Trigger question
Дата
Msg-id 47BEA2E0.20703@telkomsa.net
обсуждение исходный текст
Ответы Re: Trigger question  (Terry Lee Tucker <terry@chosen-ones.org>)
Список pgsql-novice
I would like to prevent changes being made to a table (b), except when a
trigger fires as a result of changes (insert,update) being made to
another table (a). Should any changes be made to table b  by any other
means than the trigger from table a, I would like to trap those changes
(again, could I use a trigger?) and make sure that the original values
in table b stays the same.

Can anybody point me in the right direction please.

Alex du Plessis

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Sequences, defaults and getting a new key
Следующее
От: Terry Lee Tucker
Дата:
Сообщение: Re: Trigger question