mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-11-27 07:21:09 +08:00
Wording improvement for MONEY casting.
This commit is contained in:
parent
ee13b734fa
commit
8fb93b757d
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user