8000
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 3bc7ede commit 7d03215Copy full SHA for 7d03215
doc/src/sgml/func.sgml
@@ -1,4 +1,4 @@
1
-<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.332 2006/08/22 00:49:19 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.333 2006/09/04 21:47:25 momjian Exp $ -->
2
3
<chapter id="functions">
4
<title>Functions and Operators</title>
@@ -795,7 +795,7 @@
795
<row>
796
<entry><literal><function>setseed</function>(<type>dp</type>)</literal></entry>
797
<entry><type>int</type></entry>
798
- <entry>set seed for subsequent <literal>random()</literal> calls</entry>
+ <entry>set seed for subsequent <literal>random()</literal> calls (value between 0 and 1.0)</entry>
799
<entry><literal>setseed(0.54823)</literal></entry>
800
<entry><literal>1177314959</literal></entry>
801
</row>
0 commit comments