ROWID ? or other internal ID - Mailing list pgsql-odbc

From valcauda Stéphane
Subject ROWID ? or other internal ID
Date
Msg-id 002101c26eee$9aca0d80$b5a73051@POSTE1
Whole thread Raw
Responses Re: ROWID ? or other internal ID
List 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 by date:

Previous
From: Chris Gamache
Date:
Subject: COPY FROM stdin;
Next
From: Jean-Luc Lachance
Date:
Subject: Re: ROWID ? or other internal ID