Change > prompt to $
authorBruce Momjian
Fri, 21 Jul 2000 00:42:34 +0000 (00:42 +0000)
committerBruce Momjian
Fri, 21 Jul 2000 00:42:34 +0000 (00:42 +0000)
doc/src/sgml/ref/pgctl-ref.sgml

index 2149073972040f2013cc280bb35790c1ec98e64d..8dfa0e7fa1be9cfc28cc64bb7e1375c39fd17b75 100644 (file)
@@ -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