projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee13b73
)
Wording improvement for MONEY casting.
author
Bruce Momjian
Tue, 27 Nov 2007 06:05:57 +0000
(06:05 +0000)
committer
Bruce Momjian
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 dccb88c8d87a0eb94e5e95bfb909be31e04ad92e..293605396964f0aa78de10f5edc20eb89de08a5a 100644
(file)
--- a/
doc/src/sgml/datatype.sgml
+++ b/
doc/src/sgml/datatype.sgml
@@
-1,4
+1,4
@@
-
+
Data Types
@@
-848,8
+848,8
@@
ALTER SEQUENCE
tablename
_
SELECT 1234::text::money;
- There is no simple way of doing the reverse
; casting a
money
value to a
- numeric type.
+ There is no simple way of doing the reverse
using a locale-neutral
+
method, namely casting a
money
value to a
numeric type.