A B <gentosaker(at)gmail(dot)com> writes:
> I use swedish locale
> show lc_numeric;
> lc_numeric
> -------------
> sv_SE.UTF-8
> and I get a . (dot) in all floating-point numbers.
The regular output of numbers is intentionally not locale-aware.
You can use to_char() to obtain locale-specific formats.
regards, tom lane