Re: Return the primary key of a newly inserted row?

Поиск
Список
Период
Сортировка
От Kenneth Downs
Тема Re: Return the primary key of a newly inserted row?
Дата
Msg-id 449A7DDB.8070802@secdat.com
обсуждение исходный текст
Ответ на Return the primary key of a newly inserted row?  (John Tregea <john@debraneys.com>)
Список pgsql-general
John Tregea wrote:

> Greeting again,
>
> I am writing records to postgreSQL from an IDE called revolution. At
> the time I perform the INSERT command I need to retrieve the value of
> the serial_id column from the newly created row.

We have an after-insert trigger that raises it as a notice.  NOTICE
SKEY(xxx)

Вложения

В списке pgsql-general по дате отправления:

Предыдущее
От: "Florian G. Pflug"
Дата:
Сообщение: Re: Bitwise OR in a group statement
Следующее
От: Kenneth Downs
Дата:
Сообщение: Re: Return the primary key of a newly inserted row?