8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6711999 commit 1490946Copy full SHA for 1490946
doc/src/sgml/ref/pg_ctl-ref.sgml
@@ -615,9 +615,8 @@ PostgreSQL documentation
615
<screen>
616
<prompt>$</prompt> <userinput>pg_ctl status</userinput>
617
<computeroutput>
618
-pg_ctl: server is running (pid: 13718)
619
-Command line was:
620
-/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"
621
</computeroutput>
622
</screen>
623
This is the command line that would be invoked in restart mode.
0 commit comments