Re: "Alter system" command documentation

From: Euler Taveira <euler(at)timbira(dot)com(dot)br>
To: Jeff Janes <jeff(dot)janes(at)gmail(dot)com>, pgsql-docs(at)postgresql(dot)org
Subject: Re: "Alter system" command documentation
Date: 2015-06-15 20:58:36
Message-ID: 557F3C7C.2010802@timbira.com.br
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

On 15-06-2015 13:32, Jeff Janes wrote:
> From http://www.postgresql.org/docs/current/static/sql-altersystem.html
>
> "Values set with ALTER SYSTEM will be effective after the next server
> configuration reload (SIGHUP or pg_ctl reload), or after the next server
> restart in the case of parameters that can only be changed at server start."
>
> Isn't it unfortunate that the command used for changing the
> configuration file from within SQL mentions SIGHUP and pg_ctl reload,
> but not "select pg_reload_conf();", as a way to activate that change?
>
SIGHUP is an implementation detail. If I were to change that sentence,
my preference is replace SIGHUP with pg_reload_conf.

--
Euler Taveira Timbira - http://www.timbira.com.br/
PostgreSQL: Consultoria, Desenvolvimento, Suporte 24x7 e Treinamento

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message David G. Johnston 2015-06-15 21:10:16 Re: "Alter system" command documentation
Previous Message Jeff Janes 2015-06-15 16:32:01 "Alter system" command documentation