projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
785cfee
)
Fix imprecise documentation of random(): it never returns 1.0.
author
Tom Lane
Sun, 16 Aug 2009 19:55:21 +0000
(19:55 +0000)
committer
Tom Lane
Sun, 16 Aug 2009 19:55:21 +0000
(19:55 +0000)
This was changed in 8.2 but the documentation was not corrected.
Per gripe from Sam Mason.
doc/src/sgml/func.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/func.sgml
b/doc/src/sgml/func.sgml
index 545ab495058201f4a131c1278ba7dcbea0583c85..29d821e01a2bb47921a4d8420c3ee945bd6abe28 100644
(file)
--- a/
doc/src/sgml/func.sgml
+++ b/
doc/src/sgml/func.sgml
@@
-1,4
+1,4
@@
-
+
Functions and Operators
@@
-821,7
+821,7
@@
random
()
dp
-
random value
between 0.0 and 1.0, inclusive
+
random value
in the range 0.0 <= x < 1.0
random()