LIKE and encoding and locale

From: Dennis Gearon <gearond(at)fireserve(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: LIKE and encoding and locale
Date: 2004-06-24 04:18:29
Message-ID: 40DA5615.5090902@fireserve.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I found this thread on the general list about 2 months ago:

http://marc.theaimsgroup.com/?l=postgresql-general&m=108271530922498&w=2

Is there any plans to make unicode more usable for sorting, LIKE, and LOCALE in the future? Reading that thread, and all the manuals, it seems that unicode is very limited; It really only works in one langauge in a database. So in reality, it'd just be simpler to use an 8 bit encoding on any postgres database, and a new database for each and every langauge that needs to be used by a company/site, if I have understood all the implications.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Dennis Gearon 2004-06-24 04:38:39 LIKE and REGEX on postgres
Previous Message Alvaro Herrera 2004-06-24 01:06:26 Re: Catching errors