Problem with GRANT in 7.4.19

From: "Kakoli Sen" <kakolis(at)cdacb(dot)ernet(dot)in>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Problem with GRANT in 7.4.19
Date: 2008-03-13 09:39:18
Message-ID: IAEGJAMPJBBOGKLOGJADKEHACCAA.kakolis@cdacb.ernet.in
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Dear all,
The command GRANT ALL PRIVILEGES ON DATABASE casDatabase to tester;
is giving error:
ERROR: database "casdatabase" does not exist.(Note that the db name in
error is all in lower case).

Also \l shows that casDatabase exists.
Why is 'casDatabase' being changed to 'casdatabase'?

Regards,
Kakoli.

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message A. Kretschmer 2008-03-13 09:51:31 Re: Problem with GRANT in 7.4.19
Previous Message Dawid Kuroczko 2008-03-13 09:27:37 Re: Trigger to run @ connection time?