Wording improvement for MONEY casting.
authorBruce Momjian <[email protected]>
Tue, 27 Nov 2007 06:05:57 +0000 (06:05 +0000)
committerBruce Momjian <[email protected]>
Tue, 27 Nov 2007 06:05:57 +0000 (06:05 +0000)
doc/src/sgml/datatype.sgml

index 9294a3305fd5c7a2aca903c3b05931cca3f62843..e8f56ace1d702b808210740a3284932d4bb9f613 100644 (file)
@@ -848,8 +848,8 @@ ALTER SEQUENCE <replaceable class="parameter">tablename</replaceable>_<replaceab
 <programlisting>
 SELECT 1234::text::money;
 </programlisting>
-    There is no simple way of doing the reverse;  casting a <type>money</type> value to a
-    numeric type.
+    There is no simple way of doing the reverse using a locale-neutral
+    method, namely casting a <type>money</type> value to a numeric type.
    </para>
 
    <para>