BUG #2742: psql -c is not case sensitive

From: "" <chad(dot)wilson(at)ngc(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #2742: psql -c is not case sensitive
Date: 2006-11-07 23:11:48
Message-ID: 200611072311.kA7NBmbJ088682@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 2742
Logged by:
Email address: chad(dot)wilson(at)ngc(dot)com
PostgreSQL version: 8.0rc5
Operating system: Linux Red Hat 8
Description: psql -c is not case sensitive
Details:

psql -c is not case sensitive...

If a schema is created with the command
psql -d dbname -c "CREATE SCHEMA "SCHEMA_name"
and is executed at the command line, then a schema is created for dbname
with the name schema_name.

If a schema is created with the commands
psql dbname
CREATE SCHEMA "SCHEMA_name";
and is executed from the psql command, then a schema is created for dbname
with the name SCHEMA_name.

Does this appear to be a bug?

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Bruno Wolff III 2006-11-08 01:16:46 Re: Sugestion for PostgreSQ
Previous Message Peter Harris 2006-11-07 14:23:51 BUG #2741: Double-free on error in ECPGconnect