Re: Numeric type - Mailing list pgsql-sql

From Tom Lane
Subject Re: Numeric type
Date
Msg-id 20182.1048007690@sss.pgh.pa.us
Whole thread Raw
In response to Numeric type  (Alan Roberto Romaniuc <romaniuc@klais.com.br>)
List pgsql-sql
Alan Roberto Romaniuc <romaniuc@klais.com.br> writes:
>   Where I live, We have a numeric like ####,### , but postgres default 
> is a dot (like ####.###).
> How can I change that?

I believe the output of to_char() is locale-dependent.  The regular
display is not (and shouldn't be, IMHO, because it would make
dump/reload too chancy).
        regards, tom lane


pgsql-sql by date:

Previous
From: chester c young
Date:
Subject: outer join versus not exists
Next
From: Bruno Wolff III
Date:
Subject: Re: outer join versus not exists