Make the MONEY data type have a thousands separator != decimal symbol,
authorBruce Momjian <bruce@momjian.us>
Sat, 24 Nov 2007 15:28:02 +0000 (15:28 +0000)
committerBruce Momjian <bruce@momjian.us>
Sat, 24 Nov 2007 15:28:02 +0000 (15:28 +0000)
commit5f128d5fe8705dddcb45081b79e0d642c9683b50
tree82cf7ddb0c92c012fe11bd79d5d5136d5cad9ec1
parent0d072761d3d35a600721c3a3eddb8e276f81cf09
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.)
src/backend/utils/adt/cash.c