Re: get id of insert in plpgsql function

Поиск
Список
Период
Сортировка
От A. Kretschmer
Тема Re: get id of insert in plpgsql function
Дата
Msg-id 20080522080357.GC27260@a-kretschmer.de
обсуждение исходный текст
Ответ на get id of insert in plpgsql function  ("A B" <gentosaker@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: "A B"
Дата:
Сообщение: get id of insert in plpgsql function
Следующее
От: Bruce Hyatt
Дата:
Сообщение: Re: recreating tables from global files