aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2000-10-19 04:53:41 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2000-10-19 04:53:41 +0000
commitbe7c0a926be4b2295c047ababbf9adcf7d0566e5 (patch)
tree985e31a97f6e38d895490266fb2f6d962e78ea50
parentee0bcb8c5e558d813a12d39d001709cf14ae18a9 (diff)
downloadpostgresql-be7c0a926be4b2295c047ababbf9adcf7d0566e5.tar.gz
postgresql-be7c0a926be4b2295c047ababbf9adcf7d0566e5.zip
Fix silly typo in redirection example.
-rw-r--r--doc/src/sgml/runtime.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml
index 735e8ac8ef5..ab7a6b4795b 100644
--- a/doc/src/sgml/runtime.sgml
+++ b/doc/src/sgml/runtime.sgml
@@ -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">
@@ -127,7 +127,7 @@ postgres&gt; <userinput>initdb -D /usr/local/pgsql/data</userinput>
To start the <application>postmaster</application> in the
background, use the usual shell syntax:
<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>
It is an extremely good idea to keep the server output around
somewhere, as indicated here. It will help both for auditing