Re: Identifier case folding notes

Поиск
Список
Период
Сортировка
От Gregory Stark
Тема Re: Identifier case folding notes
Дата
Msg-id 873amjthbc.fsf@oxford.xeocode.com
обсуждение исходный текст
Ответ на Re: Identifier case folding notes  (Tino Wildenhain <tino@wildenhain.de>)
Список 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 по дате отправления:

Предыдущее
От: "Marko Kreen"
Дата:
Сообщение: Re: Auto-explain patch
Следующее
От: Dean Rasheed
Дата:
Сообщение: Re: Auto-explain patch