Re: BUG #4668: Windows installer package

From: John R Pierce <pierce(at)hogranch(dot)com>
To: Harald Armin Massa <haraldarminmassa(at)gmail(dot)com>
Cc: Prachi <prachiar2(at)gmail(dot)com>, pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #4668: Windows installer package
Date: 2009-02-21 09:22:31
Message-ID: 499FC7D7.8030004@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Harald Armin Massa wrote:
> Prachi,
>
> the current Version of PostgreSQL is 8.3.x; you should use that.
>
> To solve the problem with "> invalid username specified: logon
> failure: unknown username or bad password.", change the password of
> the postgres-user in windows to something you know and specify that
> password.
>
> You can do this via control panel, administration, computer, users and groups.
>

note, in some Home versions of Windows, you might not be able to get to
the Users and Groups computer management tool.
as an alternative, you can use the command line...

NET USER postgres somenewpassword

then give this password to the postgres installer. this is used as the
'service' password that the postgres service processes run as. its not
used for logging onto postgres as a database user or anything else.

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Alexander V. Chernikov 2009-02-22 01:55:30 BUG #4670: Cannot get domain constraint names from psql
Previous Message Harald Armin Massa 2009-02-21 08:54:06 Re: BUG #4668: Windows installer package