Re: lc_numeric and negative-prefix

From: Andreas Joseph Krogh <andreas(at)visena(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: lc_numeric and negative-prefix
Date: 2019-09-25 23:00:07
Message-ID: VisenaEmail.2.ca0eeb68bbbb2fc3.16d6aa6a359@tc7-visena
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

På torsdag 26. september 2019 kl. 00:53:28, skrev Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us
<mailto:tgl(at)sss(dot)pgh(dot)pa(dot)us>>: Andreas Joseph Krogh <andreas(at)visena(dot)com> writes:
> Can anybody shed som light
> on when negative-prefix is supposed to be respected by PG's
> formatting-functions? In lc_numeric='nb_NO.UTF-8' negative-prefix is
'−'(8722),
> not '-'(45), at least in the JAVA-world, but it seems the JDBC-driver must
use
> lc_numeric='C' when parsing server output. -- Andreas Joseph Krogh CTO /
Partner

PG does not consider LC_NUMERIC at all when producing output from
the standard numeric data types (and we aren't going to start).
AFAIR the only functions that do pay attention to LC_NUMERIC are
to_char() and friends.

regards, tom lane Thanks for clarifying. -- Andreas Joseph Krogh CTO / Partner
- Visena AS Mobile: +47 909 56 963 andreas(at)visena(dot)com
<mailto:andreas(at)visena(dot)com> www.visena.com <https://www.visena.com>
<https://www.visena.com>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2019-09-25 23:56:50 Re: could not accept SSL connection: sslv3 alert bad certificate
Previous Message Tom Lane 2019-09-25 22:53:28 Re: lc_numeric and negative-prefix