]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Fix typo in the startup example for RH Linux.
authorThomas G. Lockhart <lockhart@fourpalms.org>
Mon, 6 Dec 1999 16:23:25 +0000 (16:23 +0000)
committerThomas G. Lockhart <lockhart@fourpalms.org>
Mon, 6 Dec 1999 16:23:25 +0000 (16:23 +0000)
Thanks to Kovacs Zoltan <kovacsz@pc10.radnoti-szeged.sulinet.hu>.

INSTALL

diff --git a/INSTALL b/INSTALL
index e8dc7cf35d31bc40e153a3f39904ad734e3fabd4..4d9bc1e0d4c85811d658fe15cf039210f0d57792 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -568,7 +568,7 @@ For a fresh install or upgrading from previous releases of Postgres:
 
           pg:2345:respawn:/bin/su - postgres -c
               "/usr/local/pgsql/bin/postmaster -D/usr/local/pgsql/data
-               /usr/local/pgsql/server.log 2&1 /dev/null"
+               /usr/local/pgsql/server.log 2>&1 /dev/null"
 
           (The author of this example says this example will revive the
           postmaster if it dies, but he doesn't know if there are other side