| From: | Alvaro Herrera <alvherre(at)commandprompt(dot)com> |
|---|---|
| To: | Michal Seidl <michal(dot)seidl(at)gmail(dot)com> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: How support more native locale in one cluster? |
| Date: | 2008-07-23 22:19:23 |
| Message-ID: | 20080723221923.GE3580@alvh.no-ip.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Michal Seidl escribió:
> Hi, I can not figure out how to solve the problem with LOCALE. Example:
> - 3 tables, each of them with a text or varchar column.
> - The first table with text in German
> - The second table with text in Czech
> - the third one with text in English
You cannot do this in existing Postgres versions without external
add-ons (search for pg_strxfrm for this). There are people working on
this problem; perhaps it will be possible to do it in 8.4, but there's
no promise about that.
--
Alvaro Herrera http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Alex Vinogradovs | 2008-07-23 22:37:29 | cast affects use of indexes ? |
| Previous Message | Karsten Hilbert | 2008-07-23 22:18:53 | Re: How support more native locale in one cluster? |