The following bug has been logged online:

Bug reference:      1581
Logged by:          Marcus v. Scotti
Email address:      [EMAIL PROTECTED]
PostgreSQL version: 7.4.7
Operating system:   Linux
Description:        Problem with capitalised DB names...
Details: 

When trying to grant database privileges to a group of users there is no way
to do this if the database name is capitalised (i.e. db-name = Test). The
error message when performing the grant operation:

grant all on DATABASE test to group tgroup;

is:

ERROR:  database "test" does not exist

I have used capitalisation an a number of databases, so this now seems to
require me to rename them all in to lower-case...

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
    (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])

Reply via email to