|
1 | | -<!-- $PostgreSQL: pgsql/doc/src/sgml/datatype.sgml,v 1.218 2007/11/27 05:49:58 momjian Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/datatype.sgml,v 1.219 2007/11/2706:05:57 momjian Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="datatype"> |
4 | 4 | <title id="datatype-title">Data Types</title> |
@@ -848,8 +848,8 @@ ALTER SEQUENCE <replaceable class="parameter">tablename</replaceable>_<replaceab |
848 | 848 | <programlisting> |
849 | 849 | SELECT 1234::text::money; |
850 | 850 | </programlisting> |
851 | | - There is no simple way of doing the reverse; casting a <type>money</type> value to a |
852 | | - numeric type. |
| 851 | + There is no simple way of doing the reverse using a locale-neutral |
| 852 | +method, namely casting a <type>money</type> value to anumeric type. |
853 | 853 | </para> |
854 | 854 |
|
855 | 855 | <para> |
|