Re: Identifier case folding notes

Поиск
Список
Период
Сортировка
От Tino Wildenhain
Тема Re: Identifier case folding notes
Дата
Msg-id 487493B2.90506@wildenhain.de
обсуждение исходный текст
Ответ на Identifier case folding notes  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: Identifier case folding notes  (Gregory Stark <stark@enterprisedb.com>)
Список pgsql-hackers
Hi,

Peter Eisentraut wrote:
...
> 4. Compare the "name" data type in a case-insensitive manner.  This would 
> probably address most problem cases.  Again, you can't have objects with names 
> different in case only.  One condition to implementing this would be that this 
> behavior would have be tied down globally at initdb, because it affects system 
> indexes and shared catalogs.  That might be impractical for some, because 
> you'd need different instances for different behaviors, especially when you 
> want to host multiple applications or want to port an affected application to 
> the native PostgreSQL behavior over time.

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?

T.

В списке pgsql-hackers по дате отправления:

Предыдущее
От: ITAGAKI Takahiro
Дата:
Сообщение: Re: Auto-explain patch
Следующее
От: "Marko Kreen"
Дата:
Сообщение: review: table function support