Re: [GENERAL] Instead of Triggers

2006-10-29 Thread Alvaro Herrera
Michael Fuhr wrote: > On Fri, Oct 27, 2006 at 05:49:19PM +0530, chelliah gabriel - Sun Microsystems > - Bangalore India wrote: > > Does PG support Instead of Triggers?. > > PostgreSQL has INSTEAD OF rules. It also has the ability to prevent the execution of the action which triggered the, um, tr

Re: [GENERAL] Instead of Triggers

2006-10-29 Thread Michael Fuhr
On Fri, Oct 27, 2006 at 05:49:19PM +0530, chelliah gabriel - Sun Microsystems - Bangalore India wrote: > Does PG support Instead of Triggers?. PostgreSQL has INSTEAD OF rules. Will that work? What are you trying to do? http://www.postgresql.org/docs/8.1/interactive/sql-createrule.html http://w