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

From Tom Lane
Subject Re: insert/update/delete returning and rules
Date
Msg-id 19613.1155671531@sss.pgh.pa.us
Whole thread Raw
In response to insert/update/delete returning and rules  ("Jaime Casanova" <systemguards@gmail.com>)
Responses Re: insert/update/delete returning and rules  ("Jaime Casanova" <systemguards@gmail.com>)
List pgsql-hackers
"Jaime Casanova" <systemguards@gmail.com> writes:
> I'm doing some tests of Bernd's updatable views patch and found
> something interesting about the RETURNING behavior
> ...
> but if i insert using the rules the returning clause is ignored
> testing_uv=# insert into v_bar values (3), (4) returning *;
> INSERT 0 2

What are you testing exactly?  I think this recent fix might be
relevant:
http://archives.postgresql.org/pgsql-committers/2006-08/msg00299.php
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [PATCHES] Forcing current WAL file to be archived
Next
From: mdean
Date:
Subject: Re: BugTracker (Was: Re: 8.2 features status)