From: Bruce Momjian Date: Tue, 27 Nov 2007 06:05:57 +0000 (+0000) Subject: Wording improvement for MONEY casting. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=0a44fb9ac94ff24cbe278cf9bd54996128165c56;p=users%2Fbernd%2Fpostgres.git Wording improvement for MONEY casting. --- diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml index 9294a3305f..e8f56ace1d 100644 --- a/doc/src/sgml/datatype.sgml +++ b/doc/src/sgml/datatype.sgml @@ -848,8 +848,8 @@ ALTER SEQUENCE tablename_ SELECT 1234::text::money; - There is no simple way of doing the reverse; casting a money value to a - numeric type. + There is no simple way of doing the reverse using a locale-neutral + method, namely casting a money value to a numeric type.