projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
064df0e
)
Fix editing error in floating-point docs.
author
Andrew Gierth
Sat, 11 May 2019 02:23:55 +0000
(
03:23
+0100)
committer
Andrew Gierth
Sat, 11 May 2019 02:23:55 +0000
(
03:23
+0100)
My fault; the error was introduced in the Ryu patch.
doc/src/sgml/datatype.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/datatype.sgml
b/doc/src/sgml/datatype.sgml
index 13b988077a55da0e30bf383304a6a63fc5618d8f..fc300f605f95515f6b9ee3e37d5fbc6d5c211595 100644
(file)
--- a/
doc/src/sgml/datatype.sgml
+++ b/
doc/src/sgml/datatype.sgml
@@
-763,8
+763,8
@@
FROM generate_series(-3.5, 3.5, 1) as x;
Applications that wanted precise values have historically had to set
-
to 3
obtain them. For maximum
- compatibility between versions, they should continue to do so.
+
to 3
to obtain them. For
+
maximum
compatibility between versions, they should continue to do so.