Re: Unquoted column names fold to lower case

From: Dev Kumkar <devdas(dot)kumkar(at)gmail(dot)com>
To: Thomas Kellerer <spam_eater(at)gmx(dot)net>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: Unquoted column names fold to lower case
Date: 2013-07-03 18:46:14
Message-ID: CALSLE1Ofnbp=3WqrNQCG8g36w1h5ndwk4o4Vj9ruUHepzsMLHQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Wed, Jul 3, 2013 at 9:35 PM, Thomas Kellerer <spam_eater(at)gmx(dot)net> wrote:

> I wonder why you need that. I never had the requirement for that.
>
> Which driver/interface do you use that requires an alias to be all
> uppercase?

Looks like you didn't get me, am not saying aliases to be all upper case by
default (BTW upper case behavior is seen in Oracle by default which is
exactly reverse of postgres).

But what I am asking here is if an alias name is provided be it upper case,
lower case, or a mix then shouldn't it be preserved as as it is given. All
this talk is when alias names are unquoted, when quoted then its standard
behavior as seen in other databases.

Regards...

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Dev Kumkar 2013-07-03 18:49:20 Re: Unquoted column names fold to lower case
Previous Message Bruce Momjian 2013-07-03 16:27:56 Re: Unquoted column names fold to lower case