postgresql rookie needs help initial setup help

Поиск
Список
Период
Сортировка
От barry kimelman
Тема postgresql rookie needs help initial setup help
Дата
Msg-id CAEOpmvrbG-L7U04t9jkSoHcbwA9OwsdPcABsvBiw5dybf8zG1w@mail.gmail.com
обсуждение исходный текст
Ответы Re: postgresql rookie needs help initial setup help  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-novice
Hello,

Although I have many years of database experience, I am new to postgresql.

My system is a 64 bit windows 10 laptop. I just downloaded and installed postgresql. The installation completed without any errors or complaints.

I was able to create a database with    "createdb -U postgres mydb"

Now I want to be able to create a non administrator user so I tried the following:
createuser --password -U postgres myusername

I was prompted for the password for "postgres" but I was not prompted for the password for the new user.

I tried to run a createdb command for the new user but password authentication failed.
Why was I not prompted for a password during the creation of the new user?

В списке pgsql-novice по дате отправления:

Предыдущее
От: Lætitia Avrot
Дата:
Сообщение: Re: Maintenance solutions
Следующее
От: Tom Lane
Дата:
Сообщение: Re: postgresql rookie needs help initial setup help