Re: insert without oids

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: insert without oids
Date: 2006-01-13 20:19:59
Message-ID: 20060113201958.GA99082@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Neil Conway 2006-01-13 21:29:15 Re: insert without oids
Previous Message Michael Stone 2006-01-13 20:10:11 insert without oids