| From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
|---|---|
| To: | Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com> |
| Cc: | pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: Per-column collation |
| Date: | 2010-11-16 20:56:04 |
| Message-ID: | 1289940964.31200.39.camel@vanquo.pezone.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On tis, 2010-11-16 at 21:40 +0100, Pavel Stehule wrote:
> ok, then we should to define this alias manually
>
> some like - CREATE COLLATE "czech" FOR LOCALE "cs_CZ.UTF8"
>
> or some similar. Without this, the application or stored procedures
> can be non portable between UNIX and WIN.
Yes, such a command will be provided. You can already do it manually.
> Peter, now initdb check relation between encoding and locale - and
> this check is portable. Can we use this code?
Hmm, not really, but something similar, I suppose. Only that the
mapping list would be much longer and more volatile.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2010-11-16 21:04:27 | Re: unlogged tables |
| Previous Message | Robert Haas | 2010-11-16 20:53:44 | Re: GiST insert algorithm rewrite |