Re: INSERT RETURNING

From: CaT <cat(at)zip(dot)com(dot)au>
To: Cesar Alvarez <c(dot)alvarezx66(at)gmail(dot)com>
Cc: PGSQL GEneral Mailing list <pgsql-general(at)postgresql(dot)org>
Subject: Re: INSERT RETURNING
Date: 2007-10-14 06:10:14
Message-ID: 20071014061014.GI5125@zip.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Sun, Oct 14, 2007 at 12:01:45AM -0600, Cesar Alvarez wrote:
> Hello
> im working in a proyect in ORACLE 10g and one of the things i like is
> using the INSERT RETURNING with the parameters, im not sure that i read
> about postgres 8.2 suporting this feature... if its true where can i
> read more about it.

On http://www.postgresql.org/docs/8.2/interactive/index.html section VI
has a reference section on sql commands. RETURNING is available on
UPDATE, DELETE and INSERT I believe.

--
"To the extent that we overreact, we proffer the terrorists the
greatest tribute."
- High Court Judge Michael Kirby

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jason L. Buberel 2007-10-14 06:17:34 Recommended method for creating file of zeros?
Previous Message Cesar Alvarez 2007-10-14 06:01:45 INSERT RETURNING