Re: get id of insert in plpgsql function - Mailing list pgsql-novice

From A. Kretschmer
Subject Re: get id of insert in plpgsql function
Date
Msg-id 20080522080357.GC27260@a-kretschmer.de
Whole thread Raw
In response to get id of insert in plpgsql function  ("A B" <gentosaker@gmail.com>)
List pgsql-novice
am  Thu, dem 22.05.2008, um  9:56:49 +0200 mailte A B folgendes:
> If I have a table mytable (id serial, y integer)  and wish to insert a
> row into the table in a plpgsql function, how can I catch the id
> (serial number) of the last inserted row?

Either with currval() oder with RETURNING.


Andreas
--
Andreas Kretschmer
Kontakt:  Heynitz: 035242/47150,   D1: 0160/7141639 (mehr: -> Header)
GnuPG-ID:   0x3FFF606C, privat 0x7F4584DA   http://wwwkeys.de.pgp.net

pgsql-novice by date:

Previous
From: "A B"
Date:
Subject: get id of insert in plpgsql function
Next
From: Bruce Hyatt
Date:
Subject: Re: recreating tables from global files