On Saturday 18 October 2003 16:32, Tom Lane wrote:
> Richard Huxton <[EMAIL PROTECTED]> 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

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
      subscribe-nomail command to [EMAIL PROTECTED] so that your
      message can get through to the mailing list cleanly

Reply via email to