Grokbase
Topics Posts Groups | in
x
[ help ]

" (chad.w...@ngc.com)

Profile | Posts (1)

User Information

Display Name:"
Partial Email Address:chad.w...@ngc.com
Posts:
1 total
1 in PostgreSQL - Bugs

1 Most Recent Post

1) " BUG #2742: psql -c is not case sensitive
| +1 vote
The following bug has been logged online: Bug reference: 2742 Logged by: Email address:...
PostgreSQL - Bugs
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
The following bug has been logged online:

Bug reference:      2742
Logged by:          
Email address:      [email protected: chad.w...@ngc.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?

spacer
Profile | Posts (1)
Home > People > "