From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
Cc: | pgsql-patches(at)postgresql(dot)org, Eugen Nedelcu <eugen(at)sifolt(dot)ro> |
Subject: | Re: thousands comma numeric formatting in psql |
Date: | 2005-07-12 03:29:20 |
Message-ID: | 200507120329.j6C3TK811238@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-patches |
Peter Eisentraut wrote:
> Bruce Momjian wrote:
> > I have heavily modified your patch and have applied it. Instead of
> > using langinfo, I used a \pset variable numericsep.
>
> Why?
Because I don't have langinfo on my system, so I can't test it, nor add
configure code for it. It also prevents us from using space as the
separator, which is the international standard.
If you think we should use langinfo, we can discuss it, but at this
point, it is not used.
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
From | Date | Subject | |
---|---|---|---|
Next Message | Simon Riggs | 2005-07-12 06:47:42 | Re: Vacuum summary? |
Previous Message | Tom Lane | 2005-07-12 01:16:50 | Re: suspicious pointer/integer coersion |
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2005-07-12 07:26:49 | Re: [PATCHES] thousands comma numeric formatting in psql |
Previous Message | Michael Fuhr | 2005-07-12 02:13:24 | Re: PL/Python error checking |