Re: setting LC_NUMERIC

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "fritz-bayer(at)web(dot)de" <fritz-bayer(at)web(dot)de>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: setting LC_NUMERIC
Date: 2006-02-24 16:12:35
Message-ID: 3712.1140797555@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"fritz-bayer(at)web(dot)de" <fritz-bayer(at)web(dot)de> writes:
> How do I change the numeric format?

You don't. You can use to_char and to_number to do locale-aware
transformations, but the base data types only handle the SQL-standard
representations of numbers.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message A. Kretschmer 2006-02-24 16:14:54 Re: psql is very slow
Previous Message Tom Lane 2006-02-24 16:08:58 Re: checksum error from windows to linux