ERROR: user "test1" is not allowed to create/destroy databases - Mailing list pgsql-sql

From Stanimir Stanev
Subject ERROR: user "test1" is not allowed to create/destroy databases
Date
Msg-id 36B0737B.7A66E41F@macropoint.com
Whole thread Raw
List 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

Attachment

pgsql-sql by date:

Previous
From: "Sergei M. Suntsov"
Date:
Subject: Re: [SQL] SELECT DISTINCT ON ... ORDER BY ...
Next
From: Stanimir Stanev
Date:
Subject: ERROR: user "test1" is not allowed to create/destroy databases