Re: identity columns ?

Поиск
Список
Период
Сортировка
От Harald Lux
Тема Re: identity columns ?
Дата
Msg-id 1508596626.20020404234523@lux.de
обсуждение исходный текст
Ответ на identity columns ?  ("Chris" <chris@netlabz.com>)
Ответы Re: identity columns ?  ("Josh Berkus" <josh@agliodbs.com>)
Список 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 по дате отправления:

Предыдущее
От: "Chris"
Дата:
Сообщение: identity columns ?
Следующее
От: Ugly Hippo
Дата:
Сообщение: Re: Transactions in Postgres