Commit 8fb93b75 authored by Bruce Momjian's avatar Bruce Momjian

Wording improvement for MONEY casting.

parent ee13b734
<!-- $PostgreSQL: pgsql/doc/src/sgml/datatype.sgml,v 1.218 2007/11/27 05:49:58 momjian Exp $ --> <!-- $PostgreSQL: pgsql/doc/src/sgml/datatype.sgml,v 1.219 2007/11/27 06:05:57 momjian Exp $ -->
<chapter id="datatype"> <chapter id="datatype">
<title id="datatype-title">Data Types</title> <title id="datatype-title">Data Types</title>
...@@ -848,8 +848,8 @@ ALTER SEQUENCE <replaceable class="parameter">tablename</replaceable>_<replaceab ...@@ -848,8 +848,8 @@ ALTER SEQUENCE <replaceable class="parameter">tablename</replaceable>_<replaceab
<programlisting> <programlisting>
SELECT 1234::text::money; SELECT 1234::text::money;
</programlisting> </programlisting>
There is no simple way of doing the reverse; casting a <type>money</type> value to a There is no simple way of doing the reverse using a locale-neutral
numeric type. method, namely casting a <type>money</type> value to a numeric type.
</para> </para>
<para> <para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment