Re: Question reagarding serial type. - Mailing list pgsql-general

From Ed Loehr
Subject Re: Question reagarding serial type.
Date
Msg-id 39479D33.E47C435@austin.rr.com
Whole thread Raw
In response to Question reagarding serial type.  ("Mirko Geffken" <mgeffken@corcoranweb.com>)
List pgsql-general
Mirko Geffken wrote:
>
> create table xyz
> (
>   id    serial PRIMARY KEY,
>   uvw   varchar2(100)
> );
>
> I would like to get the id returned when I insert into this table.

http://www.postgresql.org/docs/faq-english.html#4.16.2

Regards,
Ed Loehr

pgsql-general by date:

Previous
From: Ron Peterson
Date:
Subject: Re: Performance of PostgreSQL vs. Other DBs
Next
From: Ed Loehr
Date:
Subject: Re: Timestamp and compatiblity with MySQL