Re: Identifier case folding notes - Mailing list pgsql-hackers

From Gregory Stark
Subject Re: Identifier case folding notes
Date
Msg-id 873amjthbc.fsf@oxford.xeocode.com
Whole thread Raw
In response to Re: Identifier case folding notes  (Tino Wildenhain <tino@wildenhain.de>)
List pgsql-hackers
"Tino Wildenhain" <tino@wildenhain.de> writes:

> The whole stuff as I understand is to fix the behavior with applications
> creating objects without quotes and accessing them "QUOTEDUPPERCASE"?
>
> Would a small script fixing the schema by using rename not fix this for
> many applications?

Well there are other circumstances where this can arise

select "FOO" from (select col as foo from bar)

Not to mention temporary objects which are created and dropped inside
functions.

--  Gregory Stark EnterpriseDB          http://www.enterprisedb.com Ask me about EnterpriseDB's 24x7 Postgres support!


pgsql-hackers by date:

Previous
From: "Marko Kreen"
Date:
Subject: Re: Auto-explain patch
Next
From: Dean Rasheed
Date:
Subject: Re: Auto-explain patch