Re: identity columns ?

From: Harald Lux <info(at)lux(dot)de>
To: "Chris" <chris(at)netlabz(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: identity columns ?
Date: 2002-04-04 21:45:23
Message-ID: 1508596626.20020404234523@lux.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice


Donnerstag, 4. April 2002, 23:24 chris(at)netlabz(dot)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(at)lux(dot)de
Sandkaule 5-7 Tel.: +49 228 692325
D-53111 Bonn http://www.lux.de/

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Ugly Hippo 2002-04-04 22:15:45 Re: Transactions in Postgres
Previous Message Chris 2002-04-04 21:24:18 identity columns ?