ROWID ? or other internal ID

Поиск
Список
Период
Сортировка
От valcauda Stéphane
Тема ROWID ? or other internal ID
Дата
Msg-id 002101c26eee$9aca0d80$b5a73051@POSTE1
обсуждение исходный текст
Ответы Re: ROWID ? or other internal ID  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-odbc
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




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

Предыдущее
От: Chris Gamache
Дата:
Сообщение: COPY FROM stdin;
Следующее
От: Jean-Luc Lachance
Дата:
Сообщение: Re: ROWID ? or other internal ID