Re: Server locale?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Karel Zak <zakkr(at)zf(dot)jcu(dot)cz>
Cc: Postgresql General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Server locale?
Date: 2002-10-07 14:17:35
Message-ID: 23338.1034000255@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Karel Zak <zakkr(at)zf(dot)jcu(dot)cz> writes:
> On Mon, Oct 07, 2002 at 10:08:47PM +1000, Martijn van Oosterhout wrote:
>>> and by "SHOW ALL" or SHOW LC_ [ COLLATE | ... ] commands too.
>>
>> This must be a 7.3 thing. My 7.2.1 doesn't seem to support it. In any case,
>> it seems that until recently there was no way of finding out, right?

> Right, it's in 7.3.

7.3 has some of the LC_ things exposed as GUC variables, but not
COLLATE.

regression=# select version();
version
---------------------------------------------------------------
PostgreSQL 7.3b2 on hppa-hp-hpux10.20, compiled by GCC 2.95.3
(1 row)

regression=# show lc_collate;
ERROR: Option 'lc_collate' is not recognized
regression=# show all;
...
lc_messages | C
lc_monetary | C
lc_numeric | C
lc_time | C
...

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Shridhar Daithankar 2002-10-07 14:18:31 Re: Large databases, performance
Previous Message Manfred Koizar 2002-10-07 14:10:26 Re: Large databases, performance