Make the MONEY data type have a thousands separator != decimal symbol,

Bruce Momjian <bruce@momjian.us>

Commit: 5f128d5fe8705dddcb45081b79e0d642c9683b50
Author: Bruce Momjian <bruce@momjian.us>
Date: 2007-11-24T15:28:02Z
Releases: 8.3.0
Make the MONEY data type have a thousands separator != decimal symbol,
if the locale has the thousands separator as "".  This now matches the
to_char and psql numericlocale behavior.  (Previously this data type was
basically useless for such setups.)

Files

PathChange+/−
src/backend/utils/adt/cash.c modified +15 −10