public inbox for [email protected]  
help / color / mirror / Atom feed
Mention pg_reload_conf() in ALTER SYSTEM page
3+ messages / 2 participants
[nested] [flat]

* Mention pg_reload_conf() in ALTER SYSTEM page
@ 2016-05-24 06:56  Tsunakawa, Takayuki <[email protected]>
  0 siblings, 1 reply; 3+ messages in thread

From: Tsunakawa, Takayuki @ 2016-05-24 06:56 UTC (permalink / raw)
  To: pgsql-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>
  


^ permalink  raw  reply  [nested|flat] 3+ messages in thread

* Re: Mention pg_reload_conf() in ALTER SYSTEM page
@ 2016-05-24 18:05  Tom Lane <[email protected]>
  parent: Tsunakawa, Takayuki <[email protected]>
  0 siblings, 1 reply; 3+ messages in thread

From: Tom Lane @ 2016-05-24 18:05 UTC (permalink / raw)
  To: Tsunakawa, Takayuki <[email protected]>; +Cc: pgsql-docs

"Tsunakawa, Takayuki" <[email protected]> writes:
> I suggest mentioning pg_reload_conf() in the ALTER SYSTEM reference page
> as in the attached patch.

Good idea.  Pushed with a little additional wordsmithing --- I felt the
parenthetical comment was getting unreasonably long, so I made it a
separate sentence.

			regards, tom lane


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



^ permalink  raw  reply  [nested|flat] 3+ messages in thread

* Re: Mention pg_reload_conf() in ALTER SYSTEM page
@ 2016-05-25 00:01  Tsunakawa, Takayuki <[email protected]>
  parent: Tom Lane <[email protected]>
  0 siblings, 0 replies; 3+ messages in thread

From: Tsunakawa, Takayuki @ 2016-05-25 00:01 UTC (permalink / raw)
  To: Tom Lane <[email protected]>; +Cc: pgsql-docs

> From: [email protected]
> [mailto:[email protected]] On Behalf Of Tom Lane
> Good idea.  Pushed with a little additional wordsmithing --- I felt the
> parenthetical comment was getting unreasonably long, so I made it a separate
> sentence.

Thanks, I'm pleased.

Regards
Takayuki Tsunakawa



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




^ permalink  raw  reply  [nested|flat] 3+ messages in thread


end of thread, other threads:[~2016-05-25 00:01 UTC | newest]

Thread overview: 3+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2016-05-24 06:56 Mention pg_reload_conf() in ALTER SYSTEM page Tsunakawa, Takayuki <[email protected]>
2016-05-24 18:05 ` Tom Lane <[email protected]>
2016-05-25 00:01   ` Tsunakawa, Takayuki <[email protected]>

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