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

From: Stanimir Stanev <stancho(at)macropoint(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: ERROR: user "test1" is not allowed to create/destroy databases
Date: 1999-01-28 14:41:58
Message-ID: 36B07736.C65B5212@macropoint.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
vcard.vcf text/x-vcard 243 bytes

Browse pgsql-sql by date

  From Date Subject
Next Message Oliver Elphick 1999-01-28 14:55:27 Re: [SQL] SELECT DISTINCT ON ... ORDER BY ...
Previous Message Stanimir Stanev 1999-01-28 14:26:03 ERROR: user "test1" is not allowed to create/destroy databases