Re: ROWID ? or other internal ID

Поиск
Список
Период
Сортировка
От Jean-Luc Lachance
Тема Re: ROWID ? or other internal ID
Дата
Msg-id 3DA31381.E93DF434@nsd.ca
обсуждение исходный текст
Ответ на ROWID ? or other internal ID  (valcauda Stéphane <valcauda.aderis@wanadoo.fr>)
Список pgsql-odbc
You want OID as in:

Select OID, * from table;


valcauda Stéphane wrote:
>
> I'm beginner with postgresql.
> In other database like ORACLE or PROGRESS you've got an internal identifier
> ROWID or RECID
> (bookmark with access) which allow you to select a row very quickly or to go
> back to a specific row very quickly.
> these functions uses an internal ID.
>
> Does something approaching that exist under postgresql ?
> I've search and found nothing except "SERIAL" but that's not an internal ID.
>
> thanks,
>
> Stéphane Valcauda
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
>     (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)

В списке pgsql-odbc по дате отправления:

Предыдущее
От: valcauda Stéphane
Дата:
Сообщение: ROWID ? or other internal ID
Следующее
От: Tom Lane
Дата:
Сообщение: Re: ROWID ? or other internal ID