Re: [SQL] Rowid - Mailing list pgsql-sql

From Aleksey Dashevsky
Subject Re: [SQL] Rowid
Date
Msg-id Pine.LNX.3.96.SK.980701141944.29233A-100000@kesha.luckynet.co.il
Whole thread Raw
In response to Rowid  ("Sergei M. Suntsov" <serge@uic.nsu.ru>)
List pgsql-sql
hi!
Try "oid" field. Something like:
    select oid, * from table
Also there are some other hidden fields, check for them in sql(l) manual
page.

Al.

On Wed, 1 Jul 1998, Sergei M. Suntsov wrote:

>   As far as I know if i create a table without primary key (BadThing (tm))
> there should be hidden column with unique values. Can I see the values
> from it or not ?
>    Thanx in advance,
> Sergei
>
>


pgsql-sql by date:

Previous
From: "Sergei M. Suntsov"
Date:
Subject: Rowid
Next
From: Marcio Macedo
Date:
Subject: Help on Converting data types