diff --git a/doc/src/sgml/ref/pgctl-ref.sgml b/doc/src/sgml/ref/pgctl-ref.sgml index 21490739720..8dfa0e7fa1b 100644 --- a/doc/src/sgml/ref/pgctl-ref.sgml +++ b/doc/src/sgml/ref/pgctl-ref.sgml @@ -1,5 +1,5 @@ @@ -216,7 +216,7 @@ pg_ctl [-D datadir] status To start up postmaster: -> pg_ctl start +$ pg_ctl start @@ -278,7 +278,7 @@ pg_ctl [-D datadir] status postmaster, blocking until postmaster comes up is: -> pg_ctl -w start +$ pg_ctl -w start @@ -287,7 +287,7 @@ pg_ctl [-D datadir] status try: -> pg_ctl -p /usr/local/pgsq/bin/postmaster start +$ pg_ctl -p /usr/local/pgsq/bin/postmaster start @@ -296,7 +296,7 @@ pg_ctl [-D datadir] status running without fsync, use: -> pg_ctl -o "-o -F -p 5433" start +$ pg_ctl -o "-o -F -p 5433" start @@ -308,7 +308,7 @@ pg_ctl [-D datadir] status -> pg_ctl stop +$ pg_ctl stop stops postmaster. Using the switch allows one @@ -342,7 +342,7 @@ pg_ctl [-D datadir] status form: -> pg_ctl restart +$ pg_ctl restart @@ -351,7 +351,7 @@ pg_ctl [-D datadir] status waiting for it to shut down and to come up: -> pg_ctl -w restart +$ pg_ctl -w restart @@ -359,7 +359,7 @@ pg_ctl [-D datadir] status To restart using port 5433 and disabling fsync after restarting: -> pg_ctl -o "-o -F -p 5433" restart +$ pg_ctl -o "-o -F -p 5433" restart @@ -373,7 +373,7 @@ pg_ctl [-D datadir] status To get status information from postmaster: -> pg_ctl status +$ pg_ctl status