Discussion:
postmaster --help does not show --config-file
(too old to reply)
Christian Hammers
2013-02-17 14:51:15 UTC
Permalink
Hello

The postmaster command does not list "--config-file" in its help
although that parameter is understood:

$ /usr/lib/postgresql/9.2/bin/postmaster --help | grep -c config-file
0

$ /usr/lib/postgresql/9.2/bin/postmaster
postgres does not know where to find the server configuration file.
You must specify the --config-file or -D invocation option or set the
PGDATA environment variable.

$ /usr/lib/postgresql/9.2/bin/postmaster --version
postgres (PostgreSQL) 9.2.2

bye,

-christian-
--
Sent via pgsql-bugs mailing list (pgsql-***@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs
Peter Eisentraut
2013-03-03 18:28:46 UTC
Permalink
Post by Christian Hammers
The postmaster command does not list "--config-file" in its help
It is included under

--NAME=VALUE set run-time parameter
--
Sent via pgsql-bugs mailing list (pgsql-***@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs
Loading...