Re: ALTER SYSTEM SET command to change postgresql.conf parameters (RE: Proposal for Allow postgresql.conf values to be changed via SQL [review])
Fujii Masao <masao.fujii@gmail.com>
From: Fujii Masao <masao.fujii@gmail.com>
To: Josh Berkus <josh@agliodbs.com>
Cc: pgsql-hackers@postgresql.org
Date: 2013-07-18T19:26:05Z
Lists: pgsql-hackers
On Fri, Jul 19, 2013 at 2:45 AM, Josh Berkus <josh@agliodbs.com> wrote: > On 07/18/2013 04:25 AM, Amit Kapila wrote: >> On Thursday, July 18, 2013 12:38 AM Josh Berkus wrote: >>> On 07/17/2013 12:01 PM, Alvaro Herrera wrote: >>>> Both of these seem like they would make troubleshooters' lives more >>>> difficult. I think we should just parse the auto file automatically >>>> after parsing postgresql.conf, without requiring the include >>> directive >>>> to be there. >>> >>> Wait, I thought the auto file was going into the conf.d directory? >> >> Auto file is going into config directory, but will that make any difference >> if we have to parse it automatically after postgresql.conf. > > Well, I thought that the whole conf.d directory automatically got parsed > after postgresql.conf. No? No, in the previous patch. We needed to set include_dir to 'config' (though that's the default). Regards, -- Fujii Masao