mirror of
https://github.com/postgres/postgres.git
synced 2026-03-07 15:50:44 -05:00
Minor documentation cleanup.
Fujii Masao
This commit is contained in:
parent
671199929d
commit
1490946c57
1 changed files with 2 additions and 3 deletions
|
|
@ -615,9 +615,8 @@ PostgreSQL documentation
|
|||
<screen>
|
||||
<prompt>$</prompt> <userinput>pg_ctl status</userinput>
|
||||
<computeroutput>
|
||||
pg_ctl: server is running (pid: 13718)
|
||||
Command line was:
|
||||
/usr/local/pgsql/bin/postgres '-D' '/usr/local/pgsql/data' '-p' '5433' '-B' '128'
|
||||
pg_ctl: server is running (PID: 13718)
|
||||
/usr/local/pgsql/bin/postgres "-D" "/usr/local/pgsql/data" "-p" "5433" "-B" "128"
|
||||
</computeroutput>
|
||||
</screen>
|
||||
This is the command line that would be invoked in restart mode.
|
||||
|
|
|
|||
Loading…
Reference in a new issue