Re: [BUGS] postmaster --help does not show --config-file

2013-03-03 Thread Peter Eisentraut
On Sun, 2013-02-17 at 15:51 +0100, Christian Hammers wrote: > 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-bugs@postgresql.org) To make changes to your subscription

[BUGS] postmaster --help does not show --config-file

2013-02-17 Thread Christian Hammers
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.