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

Commitc9707d9

Browse files
committed
Documentation fix: pg_ctl no longer makes connection attempts.
Overlooked in commitf13ea95. Noted by Nick Barnes.Discussion:https://postgr.es/m/20180123093723.7407.3386@wrigleys.postgresql.org
1 parentf9bbd46 commitc9707d9

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

‎doc/src/sgml/ref/pg_ctl-ref.sgml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -405,10 +405,12 @@ PostgreSQL documentation
405405
</para>
406406

407407
<para>
408-
When waiting for startup, <command>pg_ctl</command> repeatedly
409-
attempts to connect to the server.
410-
When waiting for shutdown, <command>pg_ctl</command> waits for
411-
the server to remove its <acronym>PID</acronym> file.
408+
When waiting, <command>pg_ctl</command> repeatedly checks the
409+
server's <acronym>PID</acronym> file, sleeping for a short amount
410+
of time between checks. Startup is considered complete when
411+
the <acronym>PID</acronym> file indicates that the server is ready to
412+
accept connections. Shutdown is considered complete when the server
413+
removes the <acronym>PID</acronym> file.
412414
<command>pg_ctl</command> returns an exit code based on the
413415
success of the startup or shutdown.
414416
</para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp