Re: [OT] MySQL is bad, but THIS bad? - Mailing list pgsql-hackers

From Hannu Krosing
Subject Re: [OT] MySQL is bad, but THIS bad?
Date
Msg-id 1148073860.3833.37.camel@localhost.localdomain
Whole thread Raw
In response to Re: [OT] MySQL is bad, but THIS bad?  (Christopher Kings-Lynne <chris.kings-lynne@calorieking.com>)
List pgsql-hackers
Ühel kenal päeval, R, 2006-05-19 kell 09:40, kirjutas Christopher
Kings-Lynne:
> > We also need better support for non C locales in tsearch.  As I was porting 
> > mysql's sakila sample database I was reminded just how painful it is when you 
> > initdb in a non-supported locale (which is probably the default on the 
> > majority of distros out there)
> 
> 
> In 8.2 tsearch2 supports utf8...

Utf8 is encoding, but I guess that tsearch2 does not care much about
locales ?

tsearch2 does not do sorts, but it may care about upper()/lower() for
languages that support it, so there our locale support should be good
for utf8 encoding if we care about language-specific case insensitivity.


-- 
----------------
Hannu Krosing
Database Architect
Skype Technologies OÜ
Akadeemia tee 21 F, Tallinn, 12618, Estonia

Skype me:  callto:hkrosing
Get Skype for free:  http://www.skype.com




pgsql-hackers by date:

Previous
From: "Jim C. Nasby"
Date:
Subject: Re: PL/pgSQL 'i = i + 1' Syntax
Next
From: Hannu Krosing
Date:
Subject: Re: PL/pgSQL 'i = i + 1' Syntax