with vs without oids in pg_catalog.* - Mailing list pgsql-hackers

From Fabien COELHO
Subject with vs without oids in pg_catalog.*
Date
Msg-id Pine.LNX.4.58.0403301459150.2084@sablons.cri.ensmp.fr
Whole thread Raw
Responses Re: with vs without oids in pg_catalog.*  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Dear hackers,

I'm still trying to play with pg_catalog relations.

I notice that some tables in pg_catalog have oids, and some do not have
them (e.g. pg_attribute, pg_group, pg_shadow...). Also convenient
user-oriented views could reproduce the oid of their parent table
(e.g. pg_user if pg_shadow had an oid).

This situation makes referencing such elements a little bit inhomogeneous.

Is there a strong backend rational behind these missing features,
or would it be possible to suggest some additions in this area?

I may imagine some behind the seen updates which could need to be updated,
but I cannot seen any major reason why this could not and should not be
done...

So my question is : would it be reasonnable to submit a new "posgres.bki"
version, by dropping some "without_oids" in some declarations??

-- 
Fabien Coelho - coelho@cri.ensmp.fr


pgsql-hackers by date:

Previous
From: Andreas Pflug
Date:
Subject: Re: pg_advisor schema proof of concept
Next
From: Teodor Sigaev
Date:
Subject: Re: GIST code doesn't build on strict 64-bit machines