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

Commit 3da69bd

Browse files
author
Neil Conway
committed
Fix error in setseed() docs: "int32" is not a (SQL) type, but "integer" is.
1 parent e374dfc commit 3da69bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/func.sgml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.219 2004/09/28 10:18:22 neilc Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.220 2004/10/04 08:15:41 neilc Exp $
33
PostgreSQL documentation
44
-->
55

@@ -671,7 +671,7 @@ PostgreSQL documentation
671671

672672
<row>
673673
<entry><literal><function>setseed</function>(<type>dp</type>)</literal></entry>
674-
<entry><type>int32</type></entry>
674+
<entry><type>integer</type></entry>
675675
<entry>set seed for subsequent <literal>random()</literal> calls</entry>
676676
<entry><literal>setseed(0.54823)</literal></entry>
677677
<entry><literal>1177314959</literal></entry>

0 commit comments

Comments
 (0)