Re: [SQL] Rowid

From: Aleksey Dashevsky <postgres(at)luckynet(dot)co(dot)il>
To: "Sergei M(dot) Suntsov" <serge(at)uic(dot)nsu(dot)ru>
Cc: pgsql-sql(at)postgreSQL(dot)org
Subject: Re: [SQL] Rowid
Date: 1998-07-01 11:22:20
Message-ID: Pine.LNX.3.96.SK.980701141944.29233A-100000@kesha.luckynet.co.il
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
>
>

In response to

  • Rowid at 1998-07-01 10:37:45 from Sergei M. Suntsov

Browse pgsql-sql by date

  From Date Subject
Next Message Marcio Macedo 1998-07-01 12:00:23 Help on Converting data types
Previous Message Sergei M. Suntsov 1998-07-01 10:37:45 Rowid