Re: Using results from INSERT ... RETURNING

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Marko Tiikkaja <marko(dot)tiikkaja(at)cs(dot)helsinki(dot)fi>
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Using results from INSERT ... RETURNING
Date: 2009-09-29 15:29:57
Message-ID: 20090929152957.GE6116@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Marko Tiikkaja escribió:
> Robert Haas wrote:
> >So I think we should at a minimum ask the patch author to (1) fix the
> >explain bugs I found and (2) update the README, as well as (3) revert
> >needless whitespace changes - there are a couple in execMain.c, from
> >the looks of it.
>
> In the attached patch, I made the changes to explain as you
> suggested and reverted the only whitespace change I could find from
> execMain.c. However, English isn't my first language so I'm not very
> confident about fixing the README.

BTW what was the conclusion of the idea about having three separate
nodes Insert, Delete, Update instead of a single Dml node?

--
Alvaro Herrera http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2009-09-29 15:33:35 Re: [PATCH] DefaultACLs
Previous Message Alvaro Herrera 2009-09-29 15:15:48 Re: navigation menu for documents