Change >& to > and 2>&1.
authorBruce Momjian
Mon, 16 Aug 1999 19:59:25 +0000 (19:59 +0000)
committerBruce Momjian
Mon, 16 Aug 1999 19:59:25 +0000 (19:59 +0000)
doc/src/sgml/install.sgml
doc/src/sgml/runtime.sgml
doc/src/sgml/trouble.sgml

index 311d13087b64a11a75a4e7cd64484b0e217d852b..3f68396c5b4f075b8b48a379606f83d8987c4fd2 100644 (file)
@@ -546,7 +546,7 @@ Compile the program.  Type
 
 
 $ cd /usr/src/pgsql/src
-$ gmake all >& make.log &
+$ gmake all > make.log 2>&1 &
 $ tail -f make.log
 
 
@@ -589,7 +589,7 @@ then recompile again.
      be specified on the command line using the COPT variable.
      For example, typing
 
-$ gmake COPT="-g" all >& make.log &
+$ gmake COPT="-g" all > make.log 2>&1 &
 
      would invoke your compiler's  option in all steps of the
      build.  See src/Makefile.global.in for further details.
@@ -601,7 +601,7 @@ $ gmake COPT="-g" all >& make.log &
  Install the program.  Type
 
 $ cd /usr/src/pgsql/src
-$ gmake install >& make.install.log &
+$ gmake install > make.install.log 2>&1 &
 $ tail -f make.install.log
 
 
index 521dcb9d17d02836d51ee2680c8a29b67c0dfeef..bfab66033978870063fc8c2ffb0d1a12492918dc 100644 (file)
@@ -62,7 +62,7 @@
     the log file:
 
     
-% postmaster -d >& pm.log &
+% postmaster -d > pm.log 2>&1 &
     
 
     If you do not wish to see these messages, you can type
index 7ae6dbaa2dce70db5ebf072ba8533b72fc943547..776e96f716345fffe152fbae199be88111861aef 100644 (file)
@@ -148,7 +148,7 @@ FATAL 1:  Database testdb does not exist in pg_database
     the log file:
 
     
-% postmaster -d >& pm.log &
+% postmaster -d > pm.log 2>&1 &
     
 
     If you do not wish to see these messages, you can type