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

Поиск
Список
Период
Сортировка
От Stanimir Stanev
Тема ERROR: user "test1" is not allowed to create/destroy databases
Дата
Msg-id 36B07736.C65B5212@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 по дате отправления:

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