Fix silly typo in redirection example.

This commit is contained in:
Tom Lane 2000-10-19 04:53:41 +00:00
parent ee0bcb8c5e
commit be7c0a926b
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.28 2000/10/16 03:25:17 momjian Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.29 2000/10/19 04:53:41 tgl Exp $
--> -->
<Chapter Id="runtime"> <Chapter Id="runtime">
@ -127,7 +127,7 @@ postgres&gt; <userinput>initdb -D /usr/local/pgsql/data</userinput>
To start the <application>postmaster</application> in the To start the <application>postmaster</application> in the
background, use the usual shell syntax: background, use the usual shell syntax:
<screen> <screen>
&gt; <userinput>postmaster -D /usr/local/pgsql/data &gt; logfile 1&gt;&amp;2 &amp;</userinput> &gt; <userinput>postmaster -D /usr/local/pgsql/data &gt; logfile 2&gt;&amp;1 &amp;</userinput>
</screen> </screen>
It is an extremely good idea to keep the server output around It is an extremely good idea to keep the server output around
somewhere, as indicated here. It will help both for auditing somewhere, as indicated here. It will help both for auditing