projects
/
users
/
hanada
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6711999
)
Minor documentation cleanup.
author
Robert Haas
<
[email protected]
>
Sat, 11 Dec 2010 04:22:50 +0000
(23:22 -0500)
committer
Robert Haas
<
[email protected]
>
Sat, 11 Dec 2010 04:22:50 +0000
(23:22 -0500)
Fujii Masao
doc/src/sgml/ref/pg_ctl-ref.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/pg_ctl-ref.sgml
b/doc/src/sgml/ref/pg_ctl-ref.sgml
index 23fb00876ebd6e65e194d5598378b04918b5b151..455280adbad38676c440c928592f75989a594d23 100644
(file)
--- a/
doc/src/sgml/ref/pg_ctl-ref.sgml
+++ b/
doc/src/sgml/ref/pg_ctl-ref.sgml
@@
-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.