mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Change > prompt to $
This commit is contained in:
		@@ -1,5 +1,5 @@
 | 
				
			|||||||
<!--
 | 
					<!--
 | 
				
			||||||
$Header: /cvsroot/pgsql/doc/src/sgml/ref/Attic/pgctl-ref.sgml,v 1.3 2000/05/23 21:46:57 momjian Exp $
 | 
					$Header: /cvsroot/pgsql/doc/src/sgml/ref/Attic/pgctl-ref.sgml,v 1.4 2000/07/21 00:42:34 momjian Exp $
 | 
				
			||||||
Postgres documentation
 | 
					Postgres documentation
 | 
				
			||||||
-->
 | 
					-->
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -216,7 +216,7 @@ pg_ctl [-D <replaceable class="parameter">datadir</replaceable>] status
 | 
				
			|||||||
    To start up <application>postmaster</application>:
 | 
					    To start up <application>postmaster</application>:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <programlisting>
 | 
					    <programlisting>
 | 
				
			||||||
> pg_ctl start
 | 
					$ pg_ctl start
 | 
				
			||||||
    </programlisting>
 | 
					    </programlisting>
 | 
				
			||||||
   </para>
 | 
					   </para>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -278,7 +278,7 @@ pg_ctl [-D <replaceable class="parameter">datadir</replaceable>] status
 | 
				
			|||||||
    <application>postmaster</application>, blocking until
 | 
					    <application>postmaster</application>, blocking until
 | 
				
			||||||
    postmaster comes up is:
 | 
					    postmaster comes up is:
 | 
				
			||||||
    <programlisting>
 | 
					    <programlisting>
 | 
				
			||||||
> pg_ctl -w start
 | 
					$ pg_ctl -w start
 | 
				
			||||||
    </programlisting>
 | 
					    </programlisting>
 | 
				
			||||||
   </para>
 | 
					   </para>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -287,7 +287,7 @@ pg_ctl [-D <replaceable class="parameter">datadir</replaceable>] status
 | 
				
			|||||||
    try:
 | 
					    try:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <programlisting>
 | 
					    <programlisting>
 | 
				
			||||||
> pg_ctl -p /usr/local/pgsq/bin/postmaster start
 | 
					$ pg_ctl -p /usr/local/pgsq/bin/postmaster start
 | 
				
			||||||
    </programlisting>
 | 
					    </programlisting>
 | 
				
			||||||
   </para>
 | 
					   </para>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -296,7 +296,7 @@ pg_ctl [-D <replaceable class="parameter">datadir</replaceable>] status
 | 
				
			|||||||
    running without <function>fsync</function>, use:
 | 
					    running without <function>fsync</function>, use:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <programlisting>
 | 
					    <programlisting>
 | 
				
			||||||
> pg_ctl -o "-o -F -p 5433" start
 | 
					$ pg_ctl -o "-o -F -p 5433" start
 | 
				
			||||||
    </programlisting>
 | 
					    </programlisting>
 | 
				
			||||||
   </para>
 | 
					   </para>
 | 
				
			||||||
  </refsect2>
 | 
					  </refsect2>
 | 
				
			||||||
@@ -308,7 +308,7 @@ pg_ctl [-D <replaceable class="parameter">datadir</replaceable>] status
 | 
				
			|||||||
   <para>
 | 
					   <para>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <programlisting>
 | 
					    <programlisting>
 | 
				
			||||||
> pg_ctl stop
 | 
					$ pg_ctl stop
 | 
				
			||||||
    </programlisting>
 | 
					    </programlisting>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    stops postmaster. Using the <option>-m</option> switch allows one
 | 
					    stops postmaster. Using the <option>-m</option> switch allows one
 | 
				
			||||||
@@ -342,7 +342,7 @@ pg_ctl [-D <replaceable class="parameter">datadir</replaceable>] status
 | 
				
			|||||||
    form:
 | 
					    form:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <programlisting>
 | 
					    <programlisting>
 | 
				
			||||||
> pg_ctl restart
 | 
					$ pg_ctl restart
 | 
				
			||||||
    </programlisting>
 | 
					    </programlisting>
 | 
				
			||||||
   </para>
 | 
					   </para>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -351,7 +351,7 @@ pg_ctl [-D <replaceable class="parameter">datadir</replaceable>] status
 | 
				
			|||||||
    waiting for it to shut down and to come up:
 | 
					    waiting for it to shut down and to come up:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <programlisting>
 | 
					    <programlisting>
 | 
				
			||||||
> pg_ctl -w restart
 | 
					$ pg_ctl -w restart
 | 
				
			||||||
    </programlisting>
 | 
					    </programlisting>
 | 
				
			||||||
   </para>
 | 
					   </para>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -359,7 +359,7 @@ pg_ctl [-D <replaceable class="parameter">datadir</replaceable>] status
 | 
				
			|||||||
    To restart using port 5433 and disabling fsync after restarting:
 | 
					    To restart using port 5433 and disabling fsync after restarting:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <programlisting>
 | 
					    <programlisting>
 | 
				
			||||||
> pg_ctl -o "-o -F -p 5433" restart
 | 
					$ pg_ctl -o "-o -F -p 5433" restart
 | 
				
			||||||
    </programlisting>
 | 
					    </programlisting>
 | 
				
			||||||
   </para>
 | 
					   </para>
 | 
				
			||||||
  </refsect2>
 | 
					  </refsect2>
 | 
				
			||||||
@@ -373,7 +373,7 @@ pg_ctl [-D <replaceable class="parameter">datadir</replaceable>] status
 | 
				
			|||||||
    To get status information from postmaster:
 | 
					    To get status information from postmaster:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <programlisting>
 | 
					    <programlisting>
 | 
				
			||||||
> pg_ctl status
 | 
					$ pg_ctl status
 | 
				
			||||||
    </programlisting>
 | 
					    </programlisting>
 | 
				
			||||||
   </para>
 | 
					   </para>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user