Re: About the pid and opts files
Chris <chrisb@nimrod.itg.telstra.com.au>
From: Chris Bitmead <chrisb@nimrod.itg.telstra.com.au>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Peter Eisentraut <peter_e@gmx.net>, Tatsuo Ishii <t-ishii@sra.co.jp>, pgsql-hackers@postgresql.org
Date: 2000-06-26T04:02:40Z
Lists: pgsql-hackers
Tom Lane wrote: > > Chris Bitmead <chrisb@nimrod.itg.telstra.com.au> writes: > > Tom Lane wrote: > >> Right --- it should be *possible* to change these vars, but it should > >> take some explicit action. Having a different value in your environment > >> at postmaster start time is probably not enough of an explicit action. > >> > >> This whole thread makes me more and more uncomfortable about the fact > >> that the postmaster/backend pay attention to environment variables at > >> all. An explicit configuration file would seem a better answer. > > > Why a configuration file? Why not a configuration table? > > Circularity. A lot of this stuff has to be known before we dare touch > the database at all. Aren't there other things like pg_database that survive this problem?