Re: Problem with GRANT in 7.4.19

Поиск
Список
Период
Сортировка
От A. Kretschmer
Тема Re: Problem with GRANT in 7.4.19
Дата
Msg-id 20080313095131.GD22306@a-kretschmer.de
обсуждение исходный текст
Ответ на Problem with GRANT in 7.4.19  ("Kakoli Sen" <kakolis@cdacb.ernet.in>)
Ответы Re: Problem with GRANT in 7.4.19
Список 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 по дате отправления:

Предыдущее
От: "Kakoli Sen"
Дата:
Сообщение: Problem with GRANT in 7.4.19
Следующее
От: "Scott Marlowe"
Дата:
Сообщение: Re: postgre vs MySQL