> 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