Re: Return the primary key of a newly inserted row? - Mailing list pgsql-general

From Kenneth Downs
Subject Re: Return the primary key of a newly inserted row?
Date
Msg-id 449A7DDB.8070802@secdat.com
Whole thread Raw
In response to Return the primary key of a newly inserted row?  (John Tregea <john@debraneys.com>)
List 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)

Attachment

pgsql-general by date:

Previous
From: "Florian G. Pflug"
Date:
Subject: Re: Bitwise OR in a group statement
Next
From: Kenneth Downs
Date:
Subject: Re: Return the primary key of a newly inserted row?