]> granicus.if.org Git - postgresql/commitdiff
Fix imprecise documentation of random(): it never returns 1.0.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 16 Aug 2009 19:55:28 +0000 (19:55 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 16 Aug 2009 19:55:28 +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 cbadf0f99a11e4f56d989cb3b963ba57421a61fb..5b363d705b286165586576a7343330a4f98e7135 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.482 2009/06/17 21:58:49 tgl Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.482.2.1 2009/08/16 19:55:28 tgl Exp $ -->
 
  <chapter id="functions">
   <title>Functions and Operators</title>
       <row>
        <entry><literal><function>random</function>()</literal></entry>
        <entry><type>dp</type></entry>
-       <entry>random value between 0.0 and 1.0, inclusive</entry>
+       <entry>random value in the range 0.0 &lt;= x &lt; 1.0</entry>
        <entry><literal>random()</literal></entry>
        <entry></entry>
       </row>