Re: Bringing PostgreSQL torwards the standard regarding case folding

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: Bringing PostgreSQL torwards the standard regarding case folding
Дата
Msg-id 200404261427.32880.josh@agliodbs.com
обсуждение исходный текст
Ответ на Re: Bringing PostgreSQL torwards the standard regarding case folding  (Josh Berkus <josh@agliodbs.com>)
Ответы Re: Bringing PostgreSQL torwards the standard regarding
Список pgsql-hackers
Shachar,

> I think the concensus was that the runtime part was aprox. four lines 
> where the case folding currently takes place. Obviously, you would have 
> to get a var, and propogate that var to that place, but not actually 
> change program flow.

That's only if you ignore the system catalogs entirely, which maybe you're 
prepared to do.  If you want to change case folding for the system catalogs, 
though, you'll need to update code in thousands of places, becuase the 
back-end code is expecting lower-case identifiers ....

-- 
-Josh BerkusAglio Database SolutionsSan Francisco



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

Предыдущее
От: Shachar Shemesh
Дата:
Сообщение: Re: Bringing PostgreSQL torwards the standard regarding case folding
Следующее
От: Shachar Shemesh
Дата:
Сообщение: Re: Bringing PostgreSQL torwards the standard regarding case folding