Re: feature request... case sensitivity without double quotes - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: feature request... case sensitivity without double quotes
Date
Msg-id 200401182252.38286.peter_e@gmx.net
Whole thread Raw
In response to feature request... case sensitivity without double quotes  (Pete <dizzle@pointbiz.com>)
List pgsql-hackers
Pete wrote:
> I am aware that if you enclose those table and column names with "
> then postgresql will take the case into consideration. Only problem
> is most people who have current MySQL project have not written their
> statements with " (MySQL parser uses no quotes of the ` back tick)
> and it would take considerable man power to convert each SQL
> statement.

Why would this be a problem, considering that all uses of the same 
mixed-case identifier are converted to the same lower-case identifier?



pgsql-hackers by date:

Previous
From: "Nigel J. Andrews"
Date:
Subject: Re: feature request... case sensitivity without double
Next
From: Tom Lane
Date:
Subject: Re: User Defined Functions/AM's inherently slow?