Re: ALTER SYSTEM SET command to change postgresql.conf parameters (RE: Proposal for Allow postgresql.conf values to be changed via SQL [review])

From: Simon Riggs <simon(at)2ndQuadrant(dot)com>
To: Amit kapila <amit(dot)kapila(at)huawei(dot)com>
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>, Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>, Magnus Hagander <magnus(at)hagander(dot)net>, Peter Eisentraut <peter_e(at)gmx(dot)net>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, Josh Berkus <josh(at)agliodbs(dot)com>
Subject: Re: ALTER SYSTEM SET command to change postgresql.conf parameters (RE: Proposal for Allow postgresql.conf values to be changed via SQL [review])
Date: 2013-07-03 06:12:23
Message-ID: CA+U5nMJc88bNpejEOk=eoQx7ENxOUkyZdn0MyT+JeGJ_apA4NA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 22 June 2013 05:17, Amit kapila <amit(dot)kapila(at)huawei(dot)com> wrote:

> On Friday, June 21, 2013 11:48 PM Robert Haas wrote:
> On Thu, Jun 20, 2013 at 12:18 AM, Amit Kapila <amit(dot)kapila(at)huawei(dot)com>
> wrote:
> >> Auto.conf - 1 Vote (Josh)
> >> System.auto.conf - 1 Vote (Josh)
> >> Postgresql.auto.conf - 2 Votes (Zoltan, Amit)
> >> Persistent.auto.conf - 0 Vote
> >> generated_by_server.conf - 1 Vote (Peter E)
> >> System.conf - 1 Vote (Magnus)
> >> alter_system.conf - 1 Vote (Alvaro)
> >
> >> I had consolidated the list, so that it would be helpful for committer
> to
> >> decide among proposed names for this file.
>
> > I'll also vote for postgresql.auto.conf.
>
> Thanks to all of you for suggesting meaningful names. I will change the
> name of file to postgresql.auto.conf.
> Kindly let me know if there is any objection to it.
>

postgresql.auto.conf is similar enough to postgresql.conf that it will
prevent tab completion from working as it does now. As a result it will
cause people to bring that file up for editing when we wish to avoid that.

So for me the name is not arbitrary because of that point and we should
avoid the current choice.

Can we go for auto.postgresql.conf instead .... almost identical, just
significantly visually different and not interfering with tab completion?

--
Simon Riggs http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2013-07-03 06:28:34 Re: New regression test time
Previous Message Amit Kapila 2013-07-03 05:23:44 Re: Reduce maximum error in tuples estimation after vacuum.