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

From Jean-Luc Lachance
Subject Re: ROWID ? or other internal ID
Date
Msg-id 3DA31381.E93DF434@nsd.ca
Whole thread Raw
In response to ROWID ? or other internal ID  (valcauda Stéphane <valcauda.aderis@wanadoo.fr>)
List 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 by date:

Previous
From: valcauda Stéphane
Date:
Subject: ROWID ? or other internal ID
Next
From: Tom Lane
Date:
Subject: Re: ROWID ? or other internal ID