Обсуждение: Postgres Installation Password

Поиск
Список
Период
Сортировка

Postgres Installation Password

От
"Magruder, Ryan S."
Дата:

When attempting to download and install Postgres on my computer for work, it prompted me to create a password. Upon trying many different combinations I could not get one to work. An error message stated that the password I entered did not meet the constraints.  Is there a guide to creating a password.

 

Ryan Magruder

Re: Postgres Installation Password

От
Thomas Kellerer
Дата:
Magruder, Ryan S. wrote on 11.06.2012 16:55:
> When attempting to download and install Postgres on my computer for
> work, it prompted me to create a password. Upon trying many different
> combinations I could not get one to work. An error message stated
> that the password I entered did not meet the constraints.  Is there a
> guide to creating a password.

I assume you are using Windows (because of the mail headers)

The password you have been prompted for is for the Windows user under which the Postgres service will be started.

The rules for that password are defined by your Windows installation and are not (and cannot) be influenced by
PostgreSQLor the installer. If you are part of a Windows domain, you need to ask your domain admin what the password
rulesare. 

Thomas