BUG #4337: psql -c case insensitive - Mailing list pgsql-bugs

From none
Subject BUG #4337: psql -c case insensitive
Date
Msg-id 200807311616.m6VGGNGK094822@wwwmaster.postgresql.org
Whole thread Raw
Responses Re: BUG #4337: psql -c case insensitive  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
The following bug has been logged online:

Bug reference:      4337
Logged by:          none
Email address:      nomind@mailinator.com
PostgreSQL version: 8.2.3
Operating system:   windows xp
Description:        psql -c case insensitive
Details:

I'm programming an application that uses psql (...) -c "ALTER DATABASE
\"MyBase\" RENAME TO \"MyBase2\" and it doesn't work because it looks for a
"mybase" database name.

I'm using c# respecting case sensitive arguments, so I think the error is
with psql.

Check it ;)

pgsql-bugs by date:

Previous
From: "Pavel Stehule"
Date:
Subject: Re: BUG #4336: Strange behaviour for to_ascii
Next
From: Tom Lane
Date:
Subject: Re: BUG #4337: psql -c case insensitive