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: "'Tom Lane'" <tgl@sss.pgh.pa.us>, "'Josh Berkus'" <josh@agliodbs.com>
Cc: "'Peter Eisentraut'" <peter_e@gmx.net>, <pgsql-hackers@postgresql.org>
Date: 2013-06-20T03:51:50Z
Lists: pgsql-hackers
On Thursday, June 20, 2013 3:53 AM Tom Lane wrote:
> Josh Berkus <josh@agliodbs.com> writes:
> > True, but can you think of a better word to mean "don't edit this by
> hand"?
> 
> The file name is not nearly as important for that as putting in a
> header comment "# Don't edit this file by hand."

Currently header comment is:
# Do not edit this file manually! 
# It will be overwritten by ALTER SYSTEM command.

Kindly let me know your suggestion about the above comment in header?


With Regards,
Amit Kapila.