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

From Tom Lane
Subject Re: ROWID ? or other internal ID
Date
Msg-id 17384.1034139353@sss.pgh.pa.us
Whole thread Raw
In response to ROWID ? or other internal ID  (valcauda Stéphane <valcauda.aderis@wanadoo.fr>)
List pgsql-odbc
=?iso-8859-1?Q?valcauda_St=E9phane?= <valcauda.aderis@wanadoo.fr> writes:
> 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.

CTID allows direct access to a row --- but it's invalidated by an
update, so it might not be very useful for you.

            regards, tom lane

pgsql-odbc by date:

Previous
From: Jean-Luc Lachance
Date:
Subject: Re: ROWID ? or other internal ID
Next
From: iloz@recursor.hu
Date:
Subject: Re: ROWID ? or other internal ID