Commit 3da69bd1 authored by Neil Conway's avatar Neil Conway

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

parent e374dfc1
<!--
$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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment