OSDN Git Service

Add support for dividing money by money (yielding a float8 result) and for
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 16 Jul 2010 02:15:56 +0000 (02:15 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 16 Jul 2010 02:15:56 +0000 (02:15 +0000)
commit7590ddb3eba2e8bcbd531687789f56f9e0658277
tree83cf9eaa04325920a9d6cdf01b064ee09d467486
parente11cfa87be2144dd9fd2c73480c708f61d40625d
Add support for dividing money by money (yielding a float8 result) and for
casting between money and numeric.

Andy Balholm, reviewed by Kevin Grittner
doc/src/sgml/datatype.sgml
src/backend/utils/adt/cash.c
src/include/catalog/catversion.h
src/include/catalog/pg_cast.h
src/include/catalog/pg_operator.h
src/include/catalog/pg_proc.h
src/include/utils/cash.h