Re: pg_ctl init doc bug

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Euler Taveira de Oliveira <euler@timbira.com>
Cc: Pgsql Hackers <pgsql-hackers@postgresql.org>
Date: 2010-11-09T18:07:17Z
Lists: pgsql-hackers
Euler Taveira de Oliveira <euler@timbira.com> writes:
> I tried "-N 11" (postgres option) after looking at the manual but the -o
> option only accept initdb options so I think there is a documentation bug.
> Patch is attached.

Yeah, the init option was squeezed in later with only minimal attention
to documentation.  Agree with your idea of treating its -o option as
taking a different kind of argument.  Will apply.

			regards, tom lane