diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml index dccb88c8d87..29360539696 100644 --- a/doc/src/sgml/datatype.sgml +++ b/doc/src/sgml/datatype.sgml @@ -1,4 +1,4 @@ - + Data Types @@ -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.