Re: decimal seperator

From: Andrej <andrej(dot)groups(at)gmail(dot)com>
To: Jasmin Dizdarevic <jasmin(dot)dizdarevic(at)gmail(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: decimal seperator
Date: 2011-01-05 01:39:34
Message-ID: AANLkTi=UDMH288zCXPEuO8gn3BEJi9pzE5-xtjZxhG7u@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On 5 January 2011 14:16, Jasmin Dizdarevic <jasmin(dot)dizdarevic(at)gmail(dot)com> wrote:
> Hi,
> is there a way to change the way how postgresql outputs floating point
> numbers?
> For example:
> Instead of 2.34 => 2,34 or
> Instead of 334,323.53 => 334.323,53
> Can this be adjusted per session?

Does this help?
http://www.postgresql.org/docs/current/interactive/runtime-config-client.html#GUC-LC-NUMERIC

> Regards,
> Jasmin

Cheers,
Andrej

--
Please don't top post, and don't use HTML e-Mail :}  Make your quotes concise.

http://www.georgedillon.com/web/html_email_is_evil.shtml

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Mladen Gogala 2011-01-05 01:44:27 Re: decimal seperator
Previous Message Mladen Gogala 2011-01-05 01:39:23 Re: decimal seperator