with vs without oids in pg_catalog.*

Поиск
Список
Период
Сортировка
От Fabien COELHO
Тема with vs without oids in pg_catalog.*
Дата
Msg-id Pine.LNX.4.58.0403301459150.2084@sablons.cri.ensmp.fr
обсуждение исходный текст
Ответы Re: with vs without oids in pg_catalog.*  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Andreas Pflug
Дата:
Сообщение: Re: pg_advisor schema proof of concept
Следующее
От: Teodor Sigaev
Дата:
Сообщение: Re: GIST code doesn't build on strict 64-bit machines