Re: OID column in pg_class

From: Samat Galimov <samat(dot)galimov(at)dreamindustries(dot)ru>
To: "pgsql-novice(at)postgresql(dot)org" <pgsql-novice(at)postgresql(dot)org>
Subject: Re: OID column in pg_class
Date: 2012-10-17 13:28:46
Message-ID: 268EF724-FDC6-4F75-9810-0B75220887A9@dreamindustries.ru
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Found out http://www.postgresql.org/docs/8.1/static/ddl-system-columns.html, sorry for distraction.

On Oct 17, 2012, at 17:24 , Samat Galimov <gsamat(at)gmail(dot)com> wrote:

> 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?

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Steve Horn 2012-10-17 15:00:39 count() in 9.2
Previous Message Samat Galimov 2012-10-17 13:24:43 OID column in pg_class