Re: WIP patch: Collation support

From: Zdenek Kotala <Zdenek(dot)Kotala(at)Sun(dot)COM>
To: Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>
Cc: Martijn van Oosterhout <kleptog(at)svana(dot)org>, Gregory Stark <stark(at)enterprisedb(dot)com>, Radek Strnad <radek(dot)strnad(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: WIP patch: Collation support
Date: 2008-09-22 15:02:04
Message-ID: 48D7B36C.6080201@sun.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Heikki Linnakangas napsal(a):

>> For anyone counting, Firebird added support for ICU more than three
>> years ago.
>
> ICU is orthogonal to this patch. This patch didn't provide ICU support,
> and we could start using ICU without the catalog changes.

This patch should allow to use both system catalog and ICU. pg_collate catalog
contains comparing function which is called for string comparing and if somebody
creates function which will use ICU then ICU will be supported. It is advantage
of pg_catalog. Without them you can have system or ICU but probably not both.

Zdenek

--
Zdenek Kotala Sun Microsystems
Prague, Czech Republic http://sun.com/postgresql

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2008-09-22 15:03:54 Re: Toasted table not deleted when no out of line columns left
Previous Message Gregory Stark 2008-09-22 14:55:55 Re: Toasted table not deleted when no out of line columns left