ERROR: user "test1" is not allowed to create/destroy databases

Поиск
Список
Период
Сортировка
От Stanimir Stanev
Тема ERROR: user "test1" is not allowed to create/destroy databases
Дата
Msg-id 36B0737B.7A66E41F@macropoint.com
обсуждение исходный текст
Список pgsql-sql
hi all

I have following commands:

$psql mydb
mydb=> create user user1 createdb;
mydb=> \q

$psql mydb -u
username: user1
mydb=> create database dbuser1;
ERROR: user "test1" is not allowed to create/destroy databases

I don't know why this error happen :(

Stanimir

Вложения

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

Предыдущее
От: "Sergei M. Suntsov"
Дата:
Сообщение: Re: [SQL] SELECT DISTINCT ON ... ORDER BY ...
Следующее
От: Stanimir Stanev
Дата:
Сообщение: ERROR: user "test1" is not allowed to create/destroy databases