Re: Localization trouble - Mailing list pgsql-general

From Tom Lane
Subject Re: Localization trouble
Date
Msg-id 25225.1183687182@sss.pgh.pa.us
Whole thread Raw
In response to Re: Localization trouble  (Michael Glaesemann <grzm@seespotcode.net>)
Responses Re: Localization trouble  (Michael Glaesemann <grzm@seespotcode.net>)
List pgsql-general
Michael Glaesemann <grzm@seespotcode.net> writes:
> I think display depends on whether or not you configured Postgres
> with or without --enable-nls.

No, to_char understands numeric locales regardless of enable-nls.
There is no provision for locale-dependent output from a plain
numeric column; you must use to_char.

            regards, tom lane

pgsql-general by date:

Previous
From: Chris Travers
Date:
Subject: Re: Localization trouble
Next
From: Tom Lane
Date:
Subject: Re: Localization trouble