Re: [GENERAL] Number format problem

2006-02-06 Thread Daniel Verite
Peter Eisentraut wrote: > Stéphane SCHILDKNECHT wrote: > > select to_char(1485.12, '9G999D99'); > > > But, surprinsingly, I got 1,1485,12. > > The fr_FR locale is broken. You should report this to glibc. On my debian sarge with LC_NUMERIC set to [EMAIL PROTECTED], a printf("%'g\n", 1

Re: [GENERAL] Number format problem

2006-02-03 Thread Peter Eisentraut
Stéphane SCHILDKNECHT wrote: > select to_char(1485.12, '9G999D99'); > But, surprinsingly, I got 1,1485,12. The fr_FR locale is broken. You should report this to glibc. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)---