Re: insert/update/delete returning and rules - Mailing list pgsql-hackers

From Jaime Casanova
Subject Re: insert/update/delete returning and rules
Date
Msg-id c2d9e70e0608290517n41951e7bq9bce2a621ff0fa77@mail.gmail.com
Whole thread Raw
In response to Re: insert/update/delete returning and rules  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: insert/update/delete returning and rules
List pgsql-hackers
On 8/15/06, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> I'm tempted to suggest that the RETURNING commands might need to be
> separate rule events, and that to support this you'd need to write
> an additional rule:
>
>         CREATE RULE r1 AS ON INSERT RETURNING TO myview DO INSTEAD
>                 INSERT ... RETURNING ...

This is something for 8.3?

-- 
regards,
Jaime Casanova

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs and the universe trying
to produce bigger and better idiots.
So far, the universe is winning."                                      Richard Cook


pgsql-hackers by date:

Previous
From: "Lee"
Date:
Subject: would like to stop it auto-starting on boot on HP-UX IPF
Next
From: Michael Meskes
Date:
Subject: Re: [PATCHES] Another VPATH patch for ecpg