From: | Karel Zak <zakkr(at)zf(dot)jcu(dot)cz> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Postgresql General <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: Server locale? |
Date: | 2002-10-08 08:02:39 |
Message-ID: | 20021008100239.E23394@zf.jcu.cz |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Tue, Oct 08, 2002 at 05:25:16PM +1000, Martijn van Oosterhout wrote:
> On Tue, Oct 08, 2002 at 09:07:49AM +0200, Karel Zak wrote:
> > On Mon, Oct 07, 2002 at 10:17:35AM -0400, Tom Lane wrote:
> > > 7.3 has some of the LC_ things exposed as GUC variables, but not
> > > COLLATE.
> >
> > Oh, sorry. By the way, why not COLLATE, why not all?
>
> That's really wierd. Anyway, it means that from a users point of view, ORDER
> BY on a string column has undefined results, since the server could be using
> any locale and you have no way of determining what it is.
I good know why PostgreSQL not use all locale, I talked about SHOW
command. Why this command not show all LC_ values? The kernel of
PostgreSQL maybe not use all locale, but my function or some built-in
routines can use it (for example to_char()) and the SHOW command is
good way how check setting.
Karel
--
Karel Zak <zakkr(at)zf(dot)jcu(dot)cz>
http://home.zf.jcu.cz/~zakkr/
C, PostgreSQL, PHP, WWW, http://docs.linux.cz, http://mape.jcu.cz
From | Date | Subject | |
---|---|---|---|
Next Message | Savita | 2002-10-08 08:44:18 | Re: How to find out about index |
Previous Message | Shridhar Daithankar | 2002-10-08 07:41:59 | Re: How to find out about index |