Add support for dividing money by money (yielding a float8 result) and for
Tom Lane <tgl@sss.pgh.pa.us>
Add support for dividing money by money (yielding a float8 result) and for casting between money and numeric. Andy Balholm, reviewed by Kevin Grittner
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/datatype.sgml | modified | +31 −23 |
| src/backend/utils/adt/cash.c | modified | +96 −3 |
| src/include/catalog/catversion.h | modified | +2 −2 |
| src/include/catalog/pg_cast.h | modified | +3 −1 |
| src/include/catalog/pg_operator.h | modified | +2 −1 |
| src/include/catalog/pg_proc.h | modified | +9 −3 |
| src/include/utils/cash.h | modified | +5 −1 |