From: Tom Lane Date: Sun, 16 Aug 2009 19:55:21 +0000 (+0000) Subject: Fix imprecise documentation of random(): it never returns 1.0. X-Git-Tag: REL8_5_ALPHA1~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=26a90c654f19263449a70e24a3a7bc3df1908121;p=thirdparty%2Fpostgresql.git Fix imprecise documentation of random(): it never returns 1.0. This was changed in 8.2 but the documentation was not corrected. Per gripe from Sam Mason. --- diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 545ab495058..29d821e01a2 100644 --- 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()