Eugen Konkov wrote:
Is there any workaround other then quoting to get working 1) and 2) as expected?
The SQL standard actually says everything not quoted should be upshifted to upper case. PostgreSQL opted for lower case a long time ago and has stuck with this for legacy.
If your "100K lines of SQL" are autogenerated, why not have the autogenerator quote everything thats supposed to be case specific, alleviating any such problems ?
-- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs