BUG #1581: Problem with capitalised DB names... - Mailing list pgsql-bugs

From Marcus v. Scotti
Subject BUG #1581: Problem with capitalised DB names...
Date
Msg-id 20050405170925.DE067F0DB5@svr2.postgresql.org
Whole thread Raw
Responses Re: BUG #1581: Problem with capitalised DB names...
List pgsql-bugs
The following bug has been logged online:

Bug reference:      1581
Logged by:          Marcus v. Scotti
Email address:      m.scotti@fry-it.com
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...

pgsql-bugs by date:

Previous
From: falcon
Date:
Subject: RULE ON INSERT and DEFAULT nextval('...')
Next
From: falcon
Date:
Subject: RULE ON INSERT and INSERT INTO ... SELECT