Re: Planned change in initdb-time OID allocation - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Planned change in initdb-time OID allocation
Date
Msg-id 28031.997154686@sss.pgh.pa.us
Whole thread Raw
In response to Re: Planned change in initdb-time OID allocation  (Mike Mascari <mascarm@mascari.com>)
List pgsql-hackers
Mike Mascari <mascarm@mascari.com> writes:
> I was wondering in the past if it would simply be better to have an
> .SQL script which is submitted to the template1 database at
> post-initdb time with COMMENT ON statements to document built-in
> types, functions, system relations, etc.

The nice thing about the way it's done now is that the descriptions
sit right next to the defining commands in the catalog/*.h files.
Having to maintain a separate script file doesn't seem like a win.
Almost certainly, the descriptions would be poorly maintained ---
ye olde out-of-sight, out-of-mind problem.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Mike Mascari
Date:
Subject: Re: Planned change in initdb-time OID allocation
Next
From: Justin Clift
Date:
Subject: To be 7.1.3 or not to be 7.1.3?