Re: Server locale? - Mailing list pgsql-general

From Tom Lane
Subject Re: Server locale?
Date
Msg-id 23338.1034000255@sss.pgh.pa.us
Whole thread Raw
In response to Re: Server locale?  (Karel Zak <zakkr@zf.jcu.cz>)
Responses Re: Server locale?  (Karel Zak <zakkr@zf.jcu.cz>)
List pgsql-general
Karel Zak <zakkr@zf.jcu.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

pgsql-general by date:

Previous
From: Richard Huxton
Date:
Subject: Re: table linking problem
Next
From: "Shridhar Daithankar"
Date:
Subject: Re: Large databases, performance