Re: INSERT RETURNING - Mailing list pgsql-general

From CaT
Subject Re: INSERT RETURNING
Date
Msg-id 20071014061014.GI5125@zip.com.au
Whole thread Raw
In response to INSERT RETURNING  (Cesar Alvarez <c.alvarezx66@gmail.com>)
List 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

pgsql-general by date:

Previous
From: Cesar Alvarez
Date:
Subject: INSERT RETURNING
Next
From: "Jason L. Buberel"
Date:
Subject: Recommended method for creating file of zeros?