Discussion:
OID column in pg_class
(too old to reply)
Samat Galimov
2012-10-17 13:24:43 UTC
Permalink
Hello,
When I say
$ \d+ pg_class
or
$ table class
i don't see any oid column, but I can
$ select oid
and everything goes really fine.

What is the magic here? Have I overlooked something in documentation?
--
Sent via pgsql-novice mailing list (pgsql-***@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-novice
Samat Galimov
2012-10-17 13:28:46 UTC
Permalink
Found out http://www.postgresql.org/docs/8.1/static/ddl-system-columns.html, sorry for distraction.
Post by Samat Galimov
Hello,
When I say
$ \d+ pg_class
or
$ table class
i don't see any oid column, but I can
$ select oid
and everything goes really fine.
What is the magic here? Have I overlooked something in documentation?
--
Sent via pgsql-novice mailing list (pgsql-***@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-novice
Loading...