File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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/27 06: 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 a numeric type.
853
853
</para>
854
854
855
855
<para>
You can’t perform that action at this time.
0 commit comments