From: | "ADBAAMD" <adba(dot)amdocs(at)bell(dot)ca> |
---|---|
To: | "Brian T(dot) Allen" <brian(at)gzmarketing(dot)com> |
Cc: | "Shaw Terwilliger" <sterwill(at)sourcegear(dot)com>, pgsql-general(at)postgresql(dot)org |
Subject: | Re: Database Name Case Sensitivity |
Date: | 2001-04-05 20:23:36 |
Message-ID: | 3ACCD448.5000103@bell.ca |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-novice |
Brian T. Allen wrote:
> I just ran into that too, and find it most undesirable. I don't know
> whether that is part of the SQL spec or not, but it seems very odd. The
> queries seem to be converted to lowercase before they ever reach the SQL
> engine.
Correct me if I'm wrong, but doesn't it look like a trend in PostgreSQL
development? Instead of adding options and keeping the standard or
previous behaviour, a new behaviour is attached to old syntax, and if
you want to keep the standard or old results you have to do something else.
The "Right Thing"(TM) to do in this case would be to be case insensitive
by default, according to the traditional (if not standard) SQL practice,
and do case sensitiveness if using quotes.
Just my 2c.
>> Maybe this isn't technically a bug, but I found it strange. With
> PostgreSQL
>> 7.0.3 and 7.1beta6, I can create a database "FOO", but can only later
> connect to
>> it as "foo". I'm not sure if this is a psql thing or a backend thing, or
> if
>> it's intended to be this way, but it makes some of my scripts more
> complicated.
>
>> --
>> Shaw Terwilliger <sterwill(at)sourcegear(dot)com>
--
_
/ \ Leandro Guimarães Faria Corsetti Dutra +55 (11) 3040 8913
\ / Amdocs at Bell Canada +1 (514) 786 87 47
X Support Center, São Paulo, Brazil mailto:adbaamd(at)bell(dot)ca
/ \ http://terravista.pt./Enseada/1989/ mailto:leandrod(at)amdocs(dot)com
From | Date | Subject | |
---|---|---|---|
Next Message | Joel Burton | 2001-04-05 20:40:20 | diff -c pgsql mysql (Was Database Name Case Sensitivity) |
Previous Message | Brian T. Allen | 2001-04-05 20:13:47 | Re: Re: Database Name Case Sensitivity |
From | Date | Subject | |
---|---|---|---|
Next Message | Joel Burton | 2001-04-05 20:40:20 | diff -c pgsql mysql (Was Database Name Case Sensitivity) |
Previous Message | Brian T. Allen | 2001-04-05 20:13:47 | Re: Re: Database Name Case Sensitivity |