Re: PG case sensitivity

From: Christian Sell <christian(dot)sell(at)netcologne(dot)de>
To: Devrim GUNDUZ <devrim(at)gunduz(dot)org>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: PG case sensitivity
Date: 2004-09-14 12:17:04
Message-ID: 1095164224.4146e14053539@netmail1.netcologne.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> I'll not answer your question but... I wonder why people want to use
> capital letters in table names... I've been developing apps for years and
> I never ever needed to capitalize my table names...

as I wrote in my mail, its a matter of interoperability in a multi-DBMS
environment with existing scripts. If it was all PG, no problem.

Anyhow, I still dont see why

select * from A
-- and
select * from "A"

are different things, if the standard requires case insensitivity.
christian

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Peter Eisentraut 2004-09-14 12:47:14 Re: PG case sensitivity
Previous Message Matthew T. O'Connor 2004-09-14 12:13:24 Re: Corrupted Data?