Re: Server locale?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Martijn van Oosterhout <kleptog(at)svana(dot)org>
Cc: Postgresql General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Server locale?
Date: 2002-10-06 00:39:39
Message-ID: 6599.1033864779@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Martijn van Oosterhout <kleptog(at)svana(dot)org> writes:
> Can you retrieve what the server is using for LOCALE settings? In
> particular, what the collate order is? It seems that my index is sorting
> case insensetively, and I can't see a reason why.

You can run contrib/pg_controldata (to become mainstream in 7.3 btw)
to see the server's LC_COLLATE and LC_CTYPE settings.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2002-10-06 00:54:11 Re: Boolean output format
Previous Message alex 2002-10-06 00:29:03 Re: [INTERFACES] LISTEN/NOTIFY