Re: [pgsql-advocacy] What can we learn from MySQL?

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: [pgsql-advocacy] What can we learn from MySQL?
Дата
Msg-id 40894E5A.4060102@dunslane.net
обсуждение исходный текст
Ответ на Re: [pgsql-advocacy] What can we learn from MySQL?  (Stephan Szabo <sszabo@megazone.bigpanda.com>)
Ответы Re: [pgsql-advocacy] What can we learn from MySQL?  (Robert Treat <xzilla@users.sourceforge.net>)
Список pgsql-hackers
Stephan Szabo wrote:

>>I know this to be true, but don't fully understand it... if our default
>>behavior is to fold lower, and we change it to just fold upper... then
>>in theory this shouldn't break anything since what used to be folder
>>lower will now simply be folder upper. the only people who will have a
>>problem are those who quote on one end but not the other, which is bad
>>practice anyways...  so i would say if your serious about it, make the
>>patch as GUC "case_folding" for upper or lower and get a taste for what
>>breaks inside the db.
>>
>>
>
>I've tried just changing the parser to unconditionally casefold to upper.
>First thing that happens is that initdb breaks. In addition, you have
>potential issues with comparisons against the catalog's versions of
>standard functions as such if you allow the case folding to be changed
>after the catalogs are setup.
>
>
>

ISTM that rather than a having a GUC setting, initdb would be the right
time to make this choice. I'm not saying it would be easy, but it seems
(without looking into it deeply) at least possible.

cheers

andrew

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: What can we learn from MySQL?
Следующее
От: "D'Arcy J.M. Cain"
Дата:
Сообщение: Re: What can we learn from MySQL?