Fix silly typo in redirection example.
authorTom Lane
Thu, 19 Oct 2000 04:53:41 +0000 (04:53 +0000)
committerTom Lane
Thu, 19 Oct 2000 04:53:41 +0000 (04:53 +0000)
doc/src/sgml/runtime.sgml

index 735e8ac8ef55d27eac203ac20912dc8fd83cd14c..ab7a6b4795b7106d9e63ddc2c1d7b70982b45178 100644 (file)
@@ -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