Re: BUG #4842: Doesn't install - Mailing list pgsql-bugs

From Dave Page
Subject Re: BUG #4842: Doesn't install
Date
Msg-id 937d27e10906070142r1722e5f5ua08416b0dbb7c13c@mail.gmail.com
Whole thread Raw
In response to BUG #4842: Doesn't install  ("tim lemmon" <timlemmon@aol.com>)
List pgsql-bugs
On 6/7/09, tim lemmon <timlemmon@aol.com> wrote:
>
> The following bug has been logged online:
>
> Bug reference:      4842
> Logged by:          tim lemmon
> Email address:      timlemmon@aol.com
> PostgreSQL version: one click for w
> Operating system:   windows
> Description:        Doesn't install
> Details:
>
> AS documented all over the internet, the one-click postgres download for
> windows does not install. It seem to invisibly set up a uuser account called
> 'postgres' and then asks you for a password (which of course is also not
> known). Just hangs up. Can't find or delete the postgres user. Useless.
> There are hundreds of other users with this issue. Why don;t you fix it?
> Sticking with Access (which sucks)
>
> Many thanks

The installer never creates the account unless you explicitly choose a
passwordin normal use.

The only exception is when running in unattended mode, which can only
be started from the command line using the '--mode unattended' option.
In that case, if nothing is specified on the command line, the default
of 'postgres' is used.

So either you already have a postgres user account on your PC, or
you're using a mode designed for ISVs who need to embed the installer
in their own.

If you have an existing postgres user, it should always be visible in
the computer management MMC snapin, but iirc the home versions of
windows intentionally make it hard to get to that. In that case, try
'net user postgres /delete'

--
Dave Page
EnterpriseDB UK:   http://www.enterprisedb.com

pgsql-bugs by date:

Previous
From: "tim lemmon"
Date:
Subject: BUG #4842: Doesn't install
Next
From: "Regina"
Date:
Subject: BUG #4843: non standard use string literal warning in RAISE WARNING