mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Have pg_ctl return an exit status of 3 if the server is not running, to
match the Linux Standard Base Core Specification 3.1. Aaron W. Swenson
This commit is contained in:
@ -205,7 +205,8 @@ PostgreSQL documentation
|
||||
<option>status</option> mode checks whether a server is running in
|
||||
the specified data directory. If it is, the <acronym>PID</acronym>
|
||||
and the command line options that were used to invoke it are
|
||||
displayed.
|
||||
displayed. If the server is not running, the process returns an
|
||||
exit status of 3.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
Reference in New Issue
Block a user