Re: Problem with GRANT in 7.4.19 - Mailing list pgsql-general

From A. Kretschmer
Subject Re: Problem with GRANT in 7.4.19
Date
Msg-id 20080313095131.GD22306@a-kretschmer.de
Whole thread Raw
In response to Problem with GRANT in 7.4.19  ("Kakoli Sen" <kakolis@cdacb.ernet.in>)
Responses Re: Problem with GRANT in 7.4.19  ("Kakoli Sen" <kakolis@cdacb.ernet.in>)
List pgsql-general
am  Thu, dem 13.03.2008, um 15:09:18 +0530 mailte Kakoli Sen folgendes:
> 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'?

Try:
GRANT ALL PRIVILEGES ON DATABASE "casDatabase" to tester;


Andreas
--
Andreas Kretschmer
Kontakt:  Heynitz: 035242/47150,   D1: 0160/7141639 (mehr: -> Header)
GnuPG-ID:   0x3FFF606C, privat 0x7F4584DA   http://wwwkeys.de.pgp.net

pgsql-general by date:

Previous
From: "Kakoli Sen"
Date:
Subject: Problem with GRANT in 7.4.19
Next
From: "Scott Marlowe"
Date:
Subject: Re: postgre vs MySQL