8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cca0df commit 61f688cCopy full SHA for 61f688c
INSTALL
@@ -568,7 +568,7 @@ For a fresh install or upgrading from previous releases of Postgres:
568
569
pg:2345:respawn:/bin/su - postgres -c
570
"/usr/local/pgsql/bin/postmaster -D/usr/local/pgsql/data
571
- /usr/local/pgsql/server.log 2&1 /dev/null"
+ /usr/local/pgsql/server.log 2>&1 /dev/null"
572
573
(The author of this example says this example will revive the
574
postmaster if it dies, but he doesn't know if there are other side
0 commit comments