Re: Database Name Case Sensitivity

From: "ADBAAMD" <adba(dot)amdocs(at)bell(dot)ca>
To: "Peter Eisentraut" <peter_e(at)gmx(dot)net>
Cc: "Brian T(dot) Allen" <brian(at)gzmarketing(dot)com>, "Shaw Terwilliger" <sterwill(at)sourcegear(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Database Name Case Sensitivity
Date: 2001-04-05 22:04:39
Message-ID: 3ACCEBF7.1050303@bell.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-novice

Peter Eisentraut wrote:

> ADBAAMD writes:
>
>> 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.
>
>
> The standard behaviour, which has been in PostgreSQL for the longest time,

I think that's the issue. It is the old behaviour in pgsql, but not the
SQL standard one. For people coming from ANSI SQL (or some
approximation of it) as myself, this can be confusing.

--
_
/ \ 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2001-04-05 22:16:48 Re: Re: Database Name Case Sensitivity
Previous Message Doug McNaught 2001-04-05 21:40:09 Re: locked up backends

Browse pgsql-novice by date

  From Date Subject
Next Message Tom Lane 2001-04-05 22:16:48 Re: Re: Database Name Case Sensitivity
Previous Message Peter Eisentraut 2001-04-05 21:39:08 Re: Database Name Case Sensitivity