Re: Is there a reason why no table OID in pg_tables - Mailing list pgsql-hackers

From Richard Huxton
Subject Re: Is there a reason why no table OID in pg_tables
Date
Msg-id 200310181716.14937.dev@archonet.com
Whole thread Raw
In response to Re: Is there a reason why no table OID in pg_tables  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Saturday 18 October 2003 16:32, Tom Lane wrote:
> Richard Huxton <dev@archonet.com> writes:
> > Not a real problem, I just used pg_class, but is the lack of oid in
> > pg_tables a design decision and if so why?
>
> Views don't have OIDs (or any other system columns).

And if they did, it wouldn't be what we wanted anyway.

>  We could export
> pg_class.oid as an ordinary column in pg_tables, but then it would be
> in your face whether you wanted it or not.

Fair enough - it just seemed odd that a FK in pg_constraint would refer to an 
oid that wasn't available "at the same level of abstraction" if you see what 
I mean.

--  Richard Huxton Archonet Ltd


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Is there a reason why no table OID in pg_tables
Next
From: "Bob Badour"
Date:
Subject: Re: Dreaming About Redesigning SQL