diff options
author | Bruce Momjian <bruce@momjian.us> | 2007-11-27 06:05:57 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2007-11-27 06:05:57 +0000 |
commit | 8fb93b757dd664a650abe91668320e2b19aca807 (patch) | |
tree | 2d242ce65b8a31b34b6c609e74260574e4faed4c | |
parent | ee13b734fafe3bf090670c83547db718a877690d (diff) | |
download | postgresql-8fb93b757dd664a650abe91668320e2b19aca807.tar.gz postgresql-8fb93b757dd664a650abe91668320e2b19aca807.zip |
Wording improvement for MONEY casting.
-rw-r--r-- | doc/src/sgml/datatype.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
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 @@ -<!-- $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"> <title id="datatype-title">Data Types</title> @@ -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> |