BUG #13743: Incorrect default value in documentation for --serviceaccount option to Postgres installer - Mailing list pgsql-bugs

From ckline@onezero.com
Subject BUG #13743: Incorrect default value in documentation for --serviceaccount option to Postgres installer
Date
Msg-id 20151028212412.3033.53658@wrigleys.postgresql.org
Whole thread Raw
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      13743
Logged by:          Christopher Kline
Email address:      ckline@onezero.com
PostgreSQL version: 9.4.5
Operating system:   Windows 10
Description:

If you run the postgres 9.4.5.1 installer with the "--help" option, it
contains this in the output

--serviceaccount <serviceaccount> Sets the operating system user account
that owns the server process. Defaults to 'postgres'.
                                Default:

 --servicepassword <servicepassword> Sets the password for the operating
system user account that owns server process. Defaults to superuser
password.
                                Default:


This is actually incorrect, as it does not use 'postgres' and the superuser
password if  you omit these parameters. Instead it installs using "NT
AUTHORITY\NetworkService" as the service account, and nothing for the
password.

These are the correct values for default installation -- it's just the
documentation in the output of the "--help" option that is incorrect.

pgsql-bugs by date:

Previous
From: Adam Dratwiński
Date:
Subject: Re: Long text values destroys logical replication slots
Next
From: Michael Paquier
Date:
Subject: Re: Long text values destroys logical replication slots