Re: Numeric type

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Alan Roberto Romaniuc <romaniuc(at)klais(dot)com(dot)br>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: Numeric type
Date: 2003-03-18 17:14:50
Message-ID: 20182.1048007690@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Alan Roberto Romaniuc <romaniuc(at)klais(dot)com(dot)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

In response to

  • Numeric type at 2003-03-18 15:24:03 from Alan Roberto Romaniuc

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 2003-03-18 17:29:16 Re: outer join versus not exists
Previous Message chester c young 2003-03-18 16:54:27 outer join versus not exists