From cc9707247ec775ce599221aeecb3fb381beb5a71 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 21 Jul 2000 00:42:34 +0000 Subject: [PATCH] Change > prompt to $ --- doc/src/sgml/ref/pgctl-ref.sgml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/doc/src/sgml/ref/pgctl-ref.sgml b/doc/src/sgml/ref/pgctl-ref.sgml index 2149073972..8dfa0e7fa1 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 -- 2.11.0