11<!--
2- $Header: /cvsroot/pgsql/doc/src/sgml/ref/Attic/pgctl-ref.sgml,v 1.3 2000/05/23 21:46:57 momjian Exp $
2+ $Header: /cvsroot/pgsql/doc/src/sgml/ref/Attic/pgctl-ref.sgml,v 1.4 2000/07/21 00:42:34 momjian Exp $
33Postgres documentation
44-->
55
@@ -216,7 +216,7 @@ pg_ctl [-D <replaceable class="parameter">datadir</replaceable>] status
216216 To start up <application>postmaster</application>:
217217
218218 <programlisting>
219- > pg_ctl start
219+ $ pg_ctl start
220220 </programlisting>
221221 </para>
222222
@@ -278,7 +278,7 @@ pg_ctl [-D <replaceable class="parameter">datadir</replaceable>] status
278278 <application>postmaster</application>, blocking until
279279 postmaster comes up is:
280280 <programlisting>
281- > pg_ctl -w start
281+ $ pg_ctl -w start
282282 </programlisting>
283283 </para>
284284
@@ -287,7 +287,7 @@ pg_ctl [-D <replaceable class="parameter">datadir</replaceable>] status
287287 try:
288288
289289 <programlisting>
290- > pg_ctl -p /usr/local/pgsq/bin/postmaster start
290+ $ pg_ctl -p /usr/local/pgsq/bin/postmaster start
291291 </programlisting>
292292 </para>
293293
@@ -296,7 +296,7 @@ pg_ctl [-D <replaceable class="parameter">datadir</replaceable>] status
296296 running without <function>fsync</function>, use:
297297
298298 <programlisting>
299- > pg_ctl -o "-o -F -p 5433" start
299+ $ pg_ctl -o "-o -F -p 5433" start
300300 </programlisting>
301301 </para>
302302 </refsect2>
@@ -308,7 +308,7 @@ pg_ctl [-D <replaceable class="parameter">datadir</replaceable>] status
308308 <para>
309309
310310 <programlisting>
311- > pg_ctl stop
311+ $ pg_ctl stop
312312 </programlisting>
313313
314314 stops postmaster. Using the <option>-m</option> switch allows one
@@ -342,7 +342,7 @@ pg_ctl [-D <replaceable class="parameter">datadir</replaceable>] status
342342 form:
343343
344344 <programlisting>
345- > pg_ctl restart
345+ $ pg_ctl restart
346346 </programlisting>
347347 </para>
348348
@@ -351,15 +351,15 @@ pg_ctl [-D <replaceable class="parameter">datadir</replaceable>] status
351351 waiting for it to shut down and to come up:
352352
353353 <programlisting>
354- > pg_ctl -w restart
354+ $ pg_ctl -w restart
355355 </programlisting>
356356 </para>
357357
358358 <para>
359359 To restart using port 5433 and disabling fsync after restarting:
360360
361361 <programlisting>
362- > pg_ctl -o "-o -F -p 5433" restart
362+ $ pg_ctl -o "-o -F -p 5433" restart
363363 </programlisting>
364364 </para>
365365 </refsect2>
@@ -373,7 +373,7 @@ pg_ctl [-D <replaceable class="parameter">datadir</replaceable>] status
373373 To get status information from postmaster:
374374
375375 <programlisting>
376- > pg_ctl status
376+ $ pg_ctl status
377377 </programlisting>
378378 </para>
379379
0 commit comments