From: Tom Lane Date: Thu, 19 Oct 2000 04:53:41 +0000 (+0000) Subject: Fix silly typo in redirection example. X-Git-Tag: REL7_1_BETA~421 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=be7c0a926be4b2295c047ababbf9adcf7d0566e5;p=thirdparty%2Fpostgresql.git Fix silly typo in redirection example. --- 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 @@ @@ -127,7 +127,7 @@ postgres> initdb -D /usr/local/pgsql/data To start the postmaster in the background, use the usual shell syntax: -> postmaster -D /usr/local/pgsql/data > logfile 1>&2 & +> postmaster -D /usr/local/pgsql/data > logfile 2>&1 & It is an extremely good idea to keep the server output around somewhere, as indicated here. It will help both for auditing