Re: insert without oids - Mailing list pgsql-performance

From Michael Fuhr
Subject Re: insert without oids
Date
Msg-id 20060113201958.GA99082@winnie.fuhr.org
Whole thread Raw
In response to insert without oids  (Michael Stone <mstone+postgres@mathom.us>)
List pgsql-performance
On Fri, Jan 13, 2006 at 03:10:11PM -0500, Michael Stone wrote:
> Are there plans on updating the insert API for the post-OID world?

Are you looking for this TODO item?

* Allow INSERT/UPDATE ... RETURNING new.col or old.col

  This is useful for returning the auto-generated key for an INSERT.
  One complication is how to handle rules that run as part of the
  insert.

http://www.postgresql.org/docs/faqs.TODO.html

--
Michael Fuhr

pgsql-performance by date:

Previous
From: Michael Stone
Date:
Subject: insert without oids
Next
From: Neil Conway
Date:
Subject: Re: insert without oids