Skip to content
Snippets Groups Projects
Commit 3da69bd1 authored by Neil Conway's avatar Neil Conway
Browse files

Fix error in setseed() docs: "int32" is not a (SQL) type, but "integer" is.

parent e374dfc1
No related branches found
No related tags found
No related merge requests found
<!--
$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.219 2004/09/28 10:18:22 neilc Exp $
$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.220 2004/10/04 08:15:41 neilc Exp $
PostgreSQL documentation
-->
......@@ -671,7 +671,7 @@ PostgreSQL documentation
<row>
<entry><literal><function>setseed</function>(<type>dp</type>)</literal></entry>
<entry><type>int32</type></entry>
<entry><type>integer</type></entry>
<entry>set seed for subsequent <literal>random()</literal> calls</entry>
<entry><literal>setseed(0.54823)</literal></entry>
<entry><literal>1177314959</literal></entry>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment