Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 726f080

Browse files
author
Neil Conway
committed
Update docs for recent change to setseed() return value.
1 parent aef0f53 commit 726f080

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/sgml/func.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.351 2007/01/16 21:41:12 neilc Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.352 2007/01/20 21:59:34 neilc Exp $ -->
22

33
<chapter id="functions">
44
<title>Functions and Operators</title>
@@ -807,10 +807,10 @@
807807

808808
<row>
809809
<entry><literal><function>setseed</function>(<type>dp</type>)</literal></entry>
810-
<entry><type>int</type></entry>
810+
<entry><type>void</type></entry>
811811
<entry>set seed for subsequent <literal>random()</literal> calls (value between 0 and 1.0)</entry>
812812
<entry><literal>setseed(0.54823)</literal></entry>
813-
<entry><literal>1177314959</literal></entry>
813+
<entry></entry>
814814
</row>
815815

816816
<row>

0 commit comments

Comments
 (0)