Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc6bce6e

Browse files
committed
doc: mention pg_reload_conf() for reloading the config file
Reported-by: Ian BarwickDiscussion:https://postgr.es/m/538950ec-b86a-1650-6078-beb7091c09c2@2ndquadrant.comBackpatch-through: 9.4
1 parent5823677 commitc6bce6e

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

‎doc/src/sgml/client-auth.sgml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -650,8 +650,9 @@ hostnogssenc <replaceable>database</replaceable> <replaceable>user</replaceable
650650
<systemitem>SIGHUP</systemitem><indexterm><primary>SIGHUP</primary></indexterm>
651651
signal. If you edit the file on an
652652
active system, you will need to signal the postmaster
653-
(using <literal>pg_ctl reload</literal> or <literal>kill -HUP</literal>) to make it
654-
re-read the file.
653+
(using <literal>pg_ctl reload</literal>, calling the SQL function
654+
<function>pg_reload_conf()</function>, or using <literal>kill
655+
-HUP</literal>) to make it re-read the file.
655656
</para>
656657

657658
<note>
@@ -871,8 +872,9 @@ mymap /^(.*)@otherdomain\.com$ guest
871872
<systemitem>SIGHUP</systemitem><indexterm><primary>SIGHUP</primary></indexterm>
872873
signal. If you edit the file on an
873874
active system, you will need to signal the postmaster
874-
(using <literal>pg_ctl reload</literal> or <literal>kill -HUP</literal>) to make it
875-
re-read the file.
875+
(using <literal>pg_ctl reload</literal>, calling the SQL function
876+
<function>pg_reload_conf()</function>, or using <literal>kill
877+
-HUP</literal>) to make it re-read the file.
876878
</para>
877879

878880
<para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp