Re: Instead of Triggers - Mailing list pgsql-general

From Michael Fuhr
Subject Re: Instead of Triggers
Date
Msg-id 20061029162402.GA71137@winnie.fuhr.org
Whole thread Raw
In response to Instead of Triggers  (chelliah gabriel - Sun Microsystems - Bangalore India <Chelliah.Gabriel@Sun.COM>)
Responses Re: Instead of Triggers  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-general
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://www.postgresql.org/docs/8.1/interactive/rules.html

--
Michael Fuhr

pgsql-general by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: Re: Scalability
Next
From: Alvaro Herrera
Date:
Subject: Re: Modifying SQL parser with extensions?