Re: WIP patch: Collation support

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: WIP patch: Collation support
Дата
Msg-id 48BD2897.1020403@gmx.net
обсуждение исходный текст
Ответ на WIP patch: Collation support  ("Radek Strnad" <radek.strnad@gmail.com>)
Ответы Re: WIP patch: Collation support
Список pgsql-hackers
Radek Strnad wrote:
> - new collations can be defined with command CREATE COLLATION <collation 
> name> FOR <character set specification>  FROM <existing collation name> 
> [STRCOLFN <fn name>]
> [ <pad characteristic> ] [ <case sensitive> ] [ LCCOLLATE <lc_collate> ] 
> [ LCCTYPE <lc_ctype> ]

How do you plan to make a collation case sensitive or accent sensitive?  I have previously commented that this is not a
realisticview on how 
 
collations work.  Since you are apparently planning to use the system 
locales, I don't see how you can make this work.



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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: Window functions patch v04 for the September commit fest
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: TODO item: Implement Boyer-Moore searching (First time hacker)