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 aef0f53 commit 726f080Copy full SHA for 726f080
doc/src/sgml/func.sgml
@@ -1,4 +1,4 @@
1
-<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.351 2007/01/16 21:41:12 neilc Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.352 2007/01/20 21:59:34 neilc Exp $ -->
2
3
<chapter id="functions">
4
<title>Functions and Operators</title>
@@ -807,10 +807,10 @@
807
808
<row>
809
<entry><literal><function>setseed</function>(<type>dp</type>)</literal></entry>
810
- <entry><type>int</type></entry>
+ <entry><type>void</type></entry>
811
<entry>set seed for subsequent <literal>random()</literal> calls (value between 0 and 1.0)</entry>
812
<entry><literal>setseed(0.54823)</literal></entry>
813
- <entry><literal>1177314959</literal></entry>
+ <entry></entry>
814
</row>
815
816
0 commit comments