pg_ctl initdb takes options, but pg_ctl --help doesn't document them?

Started by Jon Nelsonover 12 years ago2 messages
#1Jon Nelson
jnelson+pgsql@jamponi.net

Taking a look at PostgreSQL HEAD today, I noticed that pg_ctl
documents that pg_ctl initdb takes OPTIONS but doesn't document them
(unlike for start and others).

Is this intentional?

--
Jon

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

#2Peter Eisentraut
peter_e@gmx.net
In reply to: Jon Nelson (#1)
Re: pg_ctl initdb takes options, but pg_ctl --help doesn't document them?

On 8/15/13 2:58 PM, Jon Nelson wrote:

Taking a look at PostgreSQL HEAD today, I noticed that pg_ctl
documents that pg_ctl initdb takes OPTIONS but doesn't document them
(unlike for start and others).

Is this intentional?

The man page tells you that those are the options for regular initdb. I
don't think we should replicate the initdb --help output in pg_ctl.
Perhaps it can be made a bit clearer without any duplication.

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers