Re: [HACKERS] missing description initdb manual

2012-04-14 Thread Tatsuo Ishii
> I think this line needs some more thought: > >> -printf(_(" -m SHUTDOWN-MODE can be \"smart\", \"fast\", or >> \"immediate\"\n")); >> +printf(_(" -m, --mode SHUTDOWN-MODE can be \"smart\", \"fast\", or >> \"immediate\"\n")); > > because it's not respecting the intended alignment

Re: [HACKERS] missing description initdb manual

2012-04-14 Thread Tom Lane
Tatsuo Ishii writes: > BTW, while editing the document, I noticed that pg_ctl.c's help > message lacks some long options which are actually in the source code: > '--timeout' and '--mode'. Included is the proposed patch to fix the > problem. If there's no objection, I would like to commit it. Comm

Re: [HACKERS] missing description initdb manual

2012-04-14 Thread Tatsuo Ishii
>> --text-search-config option is missing in document too. Also pg_ctl's >> long name options, such as --silent, are missing in document. > > Thanks for the info. I will add them as well unless someone beats me. Done. BTW, while editing the document, I noticed that pg_ctl.c's help message lacks

Re: [HACKERS] missing description initdb manual

2012-03-09 Thread Tatsuo Ishii
> --text-search-config option is missing in document too. Also pg_ctl's > long name options, such as --silent, are missing in document. Thanks for the info. I will add them as well unless someone beats me. -- Tatsuo Ishii SRA OSS, Inc. Japan English: http://www.sraoss.co.jp/index_en.php Japanese:

Re: [HACKERS] missing description initdb manual

2012-03-09 Thread Shigeru Hanada
2012/3/10 Tatsuo Ishii : > --no-locale option of initdb command is missing in the manual. The > option is in the code and even showed in the help message: --text-search-config option is missing in document too. Also pg_ctl's long name options, such as --silent, are missing in document. -- Shige