Re: PG case sensitivity - Mailing list pgsql-general

From Christian Sell
Subject Re: PG case sensitivity
Date
Msg-id 1095164224.4146e14053539@netmail1.netcologne.de
Whole thread Raw
In response to Re: PG case sensitivity  (Devrim GUNDUZ <devrim@gunduz.org>)
Responses Re: PG case sensitivity
List 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

pgsql-general by date:

Previous
From: "Matthew T. O'Connor"
Date:
Subject: Re: Corrupted Data?
Next
From: Peter Eisentraut
Date:
Subject: Re: PG case sensitivity