Fix imprecise documentation of random(): it never returns 1.0.
authorTom Lane
Sun, 16 Aug 2009 19:55:21 +0000 (19:55 +0000)
committerTom 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

index 545ab495058201f4a131c1278ba7dcbea0583c85..29d821e01a2bb47921a4d8420c3ee945bd6abe28 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
  
   Functions and Operators
       
        random()
        dp
-       random value between 0.0 and 1.0, inclusive
+       random value in the range 0.0 <= x < 1.0
        random()