missing description initdb manual - Mailing list pgsql-hackers

From Tatsuo Ishii
Subject missing description initdb manual
Date
Msg-id 20120310.083009.1702456666082733141.t-ishii@sraoss.co.jp
Whole thread Raw
Responses Re: missing description initdb manual  (Shigeru Hanada <shigeru.hanada@gmail.com>)
List pgsql-hackers
Hi,

--no-locale option of initdb command is missing in the manual. The
option is in the code and even showed in the help message:

$ initdb --help
initdb initializes a PostgreSQL database cluster.

Usage: initdb [OPTION]... [DATADIR]

Options: -A, --auth=METHOD         default authentication method for local connections[-D, --pgdata=]DATADIR
locationfor this database cluster -E, --encoding=ENCODING   set default encoding for new databases     --locale=LOCALE
    set default locale for new databases     --lc-collate=, --lc-ctype=, --lc-messages=LOCALE     --lc-monetary=,
--lc-numeric=,--lc-time=LOCALE                           set default locale in the respective category for
            new databases (default taken from environment)     --no-locale           equivalent to --locale=C
 
:
:
:

So apparently the option is just missing in the manual. If there's no
objection, I will add it to the manual.
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese: http://www.sraoss.co.jp


pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: poll: CHECK TRIGGER?
Next
From: Tom Lane
Date:
Subject: Re: Caching for stable expressions with constant arguments v6