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