Trigger question - Mailing list pgsql-novice

From Alex du Plessis
Subject Trigger question
Date
Msg-id 47BEA2E0.20703@telkomsa.net
Whole thread Raw
Responses Re: Trigger question
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: Sequences, defaults and getting a new key
Next
From: Terry Lee Tucker
Date:
Subject: Re: Trigger question