Re: Problem with GRANT in 7.4.19

From: "A(dot) Kretschmer" <andreas(dot)kretschmer(at)schollglas(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Problem with GRANT in 7.4.19
Date: 2008-03-13 09:51:31
Message-ID: 20080313095131.GD22306@a-kretschmer.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Scott Marlowe 2008-03-13 10:36:24 Re: postgre vs MySQL
Previous Message Kakoli Sen 2008-03-13 09:39:18 Problem with GRANT in 7.4.19