Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 785cfee commit 26a90c6Copy full SHA for 26a90c6
doc/src/sgml/func.sgml
@@ -1,4 +1,4 @@
1
-<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.486 2009/08/10 18:29:26 tgl Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.487 2009/08/16 19:55:21 tgl Exp $ -->
2
3
<chapter id="functions">
4
<title>Functions and Operators</title>
@@ -821,7 +821,7 @@
821
<row>
822
<entry><literal><function>random</function>()</literal></entry>
823
<entry><type>dp</type></entry>
824
- <entry>random value between 0.0 and 1.0, inclusive</entry>
+ <entry>random value in the range 0.0 <= x < 1.0</entry>
825
<entry><literal>random()</literal></entry>
826
<entry></entry>
827
</row>
0 commit comments