Re: get id of insert in plpgsql function

From: "A(dot) Kretschmer" <andreas(dot)kretschmer(at)schollglas(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: get id of insert in plpgsql function
Date: 2008-05-22 08:03:57
Message-ID: 20080522080357.GC27260@a-kretschmer.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Bruce Hyatt 2008-05-22 13:36:36 Re: recreating tables from global files
Previous Message A B 2008-05-22 07:56:49 get id of insert in plpgsql function