A B <[email protected]> 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
--
Sent via pgsql-general mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general
