Re: password

From: Sachin Srivastava <sachin(dot)srivastava(at)enterprisedb(dot)com>
To: Roedy Green <see_website(at)mindprod(dot)com(dot)invalid>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: password
Date: 2011-02-21 05:15:14
Message-ID: BBB1B90D-7717-435E-A493-6CB3DD7D3D48@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello,

Installation of postgresql requires you to enter a password for the user 'postgres'.

i) If the user 'postgres' is not there, it will create it and set the password to whatever you have provided,
ii) If the user 'postgres' is already existing, then you have to give its password to move further in the installation.

You can use any account other that 'postgres' by giving CLI option '---serviceaccount <username>'. See --help for more details.

In case you dont remember the password you set for user 'postgres' then you can change the same via "Right Click My Computer"-->"Manage"-> Users..

You said it rejects the password. When ?

And windows user are most welcome here.

On Feb 21, 2011, at 7:40 AM, Roedy Green wrote:

> I gave Postgre a password during install. However, it always rejects
> it. I tried uninstalling, deleting all files, and reinstalling. Same
> thing. It complains about user "roedy" (my windows id). It seems to
> me the default user is supposed to be postgres not Roedy. Perhaps
> that is the source of the problem. I can't find anything relevant in
> the docs.
>
> The docs talk about installing on Unix by compiling C source. I have
> Windows 7 64 bit. I get the feeling Windows users are unwelcome.
> --
> Roedy Green Canadian Mind Products
> http://mindprod.com
> Refactor early. If you procrastinate, you will have
> even more code to adjust based on the faulty design.
> .
>
>
> --
> Sent via pgsql-general mailing list (pgsql-general(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general

--
Regards,
Sachin Srivastava
EnterpriseDB, the Enterprise PostgreSQL company.

In response to

  • password at 2011-02-21 02:10:07 from Roedy Green

Responses

Browse pgsql-general by date

  From Date Subject
Next Message John R Pierce 2011-02-21 05:40:18 Re: multiple tables as a foreign key
Previous Message Roedy Green 2011-02-21 02:10:07 password