Re: identity columns ? - Mailing list pgsql-novice

From Harald Lux
Subject Re: identity columns ?
Date
Msg-id 1508596626.20020404234523@lux.de
Whole thread Raw
In response to identity columns ?  ("Chris" <chris@netlabz.com>)
Responses Re: identity columns ?  ("Josh Berkus" <josh@agliodbs.com>)
List pgsql-novice
Donnerstag, 4. April 2002, 23:24 chris@netlabz.com wrote:

> 1. M$ SQL Server has an identity column which generates a sequential number
> for you, we use this often for unique primary keys. Does postgres support
> anything like  this ?

select *,oid from your_table

-Harald

--
Harald Lux                      lux@lux.de
Sandkaule 5-7                   Tel.: +49 228 692325
D-53111 Bonn                    http://www.lux.de/


pgsql-novice by date:

Previous
From: "Chris"
Date:
Subject: identity columns ?
Next
From: Ugly Hippo
Date:
Subject: Re: Transactions in Postgres