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

Commitc45fb43

Browse files
committed
Docs: mention pg_reload_conf() in ALTER SYSTEM reference page.
Takayuki TsunakawaDiscussion: <0A3221C70F24FB45833433255569204D1F578FC3@G01JPEXMBYT05>
1 parent23f11dc commitc45fb43

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

‎doc/src/sgml/ref/alter_system.sgml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,11 @@ ALTER SYSTEM RESET ALL
4747

4848
<para>
4949
Values set with <command>ALTER SYSTEM</command> will be effective after
50-
the next server configuration reload (<systemitem>SIGHUP</>
51-
or <literal>pg_ctl reload</>), or after the next server restart in the
52-
case of parameters that can only be changed at server start.
50+
the next server configuration reload, or after the next server restart
51+
in the case of parameters that can only be changed at server start.
52+
A server configuration reload can be commanded by calling the SQL
53+
function <function>pg_reload_conf()</>, running <literal>pg_ctl reload</>,
54+
or sending a <systemitem>SIGHUP</> signal to the main server process.
5355
</para>
5456

5557
<para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp