Re: [SQL] Rowid
Aleksey Dashevsky <postgres@luckynet.co.il>
From: Aleksey Dashevsky <postgres@luckynet.co.il>
To: "Sergei M. Suntsov" <serge@uic.nsu.ru>
Cc: pgsql-sql@postgreSQL.org
Date: 1998-07-01T11:22:20Z
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 > >