projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4f086b
)
Wording improvement for MONEY casting.
author
Bruce Momjian
<
[email protected]
>
Tue, 27 Nov 2007 06:05:57 +0000
(06:05 +0000)
committer
Bruce Momjian
<
[email protected]
>
Tue, 27 Nov 2007 06:05:57 +0000
(06:05 +0000)
doc/src/sgml/datatype.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/datatype.sgml
b/doc/src/sgml/datatype.sgml
index 9294a3305fd5c7a2aca903c3b05931cca3f62843..e8f56ace1d702b808210740a3284932d4bb9f613 100644
(file)
--- a/
doc/src/sgml/datatype.sgml
+++ b/
doc/src/sgml/datatype.sgml
@@
-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>