Re: ALTER SYSTEM SET command to change postgresql.conf parameters (RE: Proposal for Allow postgresql.conf values to be changed via SQL [review])
Amit Kapila <amit.kapila@huawei.com>
From: Amit Kapila <amit.kapila@huawei.com>
To: "'Josh Berkus'" <josh@agliodbs.com>, "'Alvaro Herrera'"
<alvherre@2ndquadrant.com>
Cc: "'Fujii Masao'" <masao.fujii@gmail.com>, "'Robert Haas'"
<robertmhaas@gmail.com>, "'Boszormenyi Zoltan'" <zb@cybertec.at>, "'Magnus
Hagander'" <magnus@hagander.net>, "'Peter Eisentraut'" <peter_e@gmx.net>,
"'PostgreSQL-development'" <pgsql-hackers@postgresql.org>
Date: 2013-07-18T11:25:46Z
Lists: pgsql-hackers
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. With Regards, Amit Kapila.