Re: WIP patch: Collation support - Mailing list pgsql-hackers

From Martijn van Oosterhout
Subject Re: WIP patch: Collation support
Date
Msg-id 20080902120008.GE3664@svana.org
Whole thread Raw
In response to Re: WIP patch: Collation support  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: WIP patch: Collation support  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
On Tue, Sep 02, 2008 at 02:50:47PM +0300, Peter Eisentraut wrote:
> 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 realistic view on how
> collations work.  Since you are apparently planning to use the system
> locales, I don't see how you can make this work.

While it's true POSIX locales don't handle this, other collation
libraries do and we should support them if the user wants.

Have a nice day,
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> Please line up in a tree and maintain the heap invariant while
> boarding. Thank you for flying nlogn airlines.

pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: TODO item: Implement Boyer-Moore searching (First time hacker)
Next
From: Peter Eisentraut
Date:
Subject: Re: [PATCH] Cleanup of GUC units code