Doc bug (?) in rules vs triggers

From: andrew(at)pillette(dot)com
To: pgsql-docs(at)postgresql(dot)org
Subject: Doc bug (?) in rules vs triggers
Date: 2004-02-13 20:29:32
Message-ID: 200402132029.i1DKTWp01272@pillette.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

Chapter 13 of the documentation on Rules versus Triggers says in part

"On the other hand a trigger that is fired on INSERT on a view can do the same as a rule, put the data somewhere else and suppress the insert in the view."

However, it does not appear to be possible to set a trigger on a view, so this means something else. (I'd like to set a trigger on a view, because the replacement INSERT I wish to make is easier to write in PLPGSQL than plain SQL.)

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Tom Lane 2004-02-15 21:43:04 Re: Doc bug (?) in rules vs triggers
Previous Message Bruce Momjian 2004-02-12 16:38:11 Re: small typo in doc