"Alter system" command documentation

From: Jeff Janes <jeff(dot)janes(at)gmail(dot)com>
To: pgsql-docs(at)postgresql(dot)org
Subject: "Alter system" command documentation
Date: 2015-06-15 16:32:01
Message-ID: CAMkU=1xjSYan=T518E+=J4Ugg8xkymjx5a_hSFx1roB-chKyxw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

Hi,

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?

Cheers,

Jeff

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Euler Taveira 2015-06-15 20:58:36 Re: "Alter system" command documentation
Previous Message Danilo Fortunato 2015-06-14 19:56:55 Re: What is the meaning of the N string operator ?