Re: location of the configuration files
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Bruce Momjian <pgman@candle.pha.pa.us>
Cc: pgsql-hackers@postgresql.org
Date: 2003-02-19T16:02:06Z
Lists: pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes: > The bigger question is whether you can modify config_dirs while the > postmaster is running. I would think not. There would be no way to do that, because the only way to set it would be from -C on the command line or a PGCONFIG environment variable. But I can't see a real good reason why you'd need to. regards, tom lane