public inbox for [email protected]  
help / color / mirror / Atom feed
From: Tsunakawa, Takayuki <[email protected]>
To: [email protected] <[email protected]>
Subject: Mention pg_reload_conf() in ALTER SYSTEM page
Date: Tue, 24 May 2016 06:56:05 +0000
Message-ID: <0A3221C70F24FB45833433255569204D1F578FC3@G01JPEXMBYT05> (raw)
List-Unsubscribe: <mailto:[email protected]?body=unsub%20pgsql-docs>

Hello,

I suggest mentioning pg_reload_conf() in the ALTER SYSTEM reference page as in the attached patch.  Considering the administration with SQL, pg_reload_conf()would be preferred.  The following page also refers to pg_reload_conf().

http://www.postgresql.org/docs/devel/static/config-setting.html

Regards
Takayuki Tsunakawa




-- 
Sent via pgsql-docs mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs


Attachments:

  [application/octet-stream] alter_system_mention_pg_reload.patch (991B, 2-alter_system_mention_pg_reload.patch)
  download | inline diff:
diff -Nacr a/doc/src/sgml/ref/alter_system.sgml b/doc/src/sgml/ref/alter_system.sgml
*** a/doc/src/sgml/ref/alter_system.sgml	2016-05-10 05:47:49.000000000 +0900
--- b/doc/src/sgml/ref/alter_system.sgml	2016-05-24 15:49:44.000000000 +0900
***************
*** 47,54 ****
  
    <para>
     Values set with <command>ALTER SYSTEM</command> will be effective after
!    the next server configuration reload (<systemitem>SIGHUP</>
!    or <literal>pg_ctl reload</>), or after the next server restart in the
     case of parameters that can only be changed at server start.
    </para>
  
--- 47,55 ----
  
    <para>
     Values set with <command>ALTER SYSTEM</command> will be effective after
!    the next server configuration reload (by calling the SQL function
!    <function>pg_reload_conf()</>, sending <systemitem>SIGHUP</>
!    or running <literal>pg_ctl reload</>), or after the next server restart in the
     case of parameters that can only be changed at server start.
    </para>
  


view thread (3+ messages)  latest in thread

reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: [email protected]
  Cc: [email protected]
  Subject: Re: Mention pg_reload_conf() in ALTER SYSTEM page
  In-Reply-To: <0A3221C70F24FB45833433255569204D1F578FC3@G01JPEXMBYT05>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox