Minor documentation cleanup.

Fujii Masao
This commit is contained in:
Robert Haas 2010-12-10 23:22:50 -05:00
parent 671199929d
commit 1490946c57
1 changed files with 2 additions and 3 deletions

View File

@ -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.