]> granicus.if.org Git - postgresql/commit
Add casts from int4 and int8 to numeric.
authorRobert Haas <rhaas@postgresql.org>
Tue, 5 Apr 2011 13:35:43 +0000 (09:35 -0400)
committerRobert Haas <rhaas@postgresql.org>
Tue, 5 Apr 2011 13:35:43 +0000 (09:35 -0400)
commitf5e524d92be609c709825be8995bf77f10880c3b
tree6b3a1754ad3c06f1146a632a77fcc56c7d23e1d1
parent88f32b7ca29982f286b61a9d0dd29be4b8a01c25
Add casts from int4 and int8 to numeric.

Joey Adams, per gripe from Ramanujam.  Review by myself and Tom Lane.
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_proc.h
src/include/utils/cash.h
src/test/regress/expected/money.out
src/test/regress/sql/money.sql