mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +08:00
Fix error in setseed() docs: "int32" is not a (SQL) type, but "integer" is.
This commit is contained in:
parent
e374dfc119
commit
3da69bd18c
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$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
|
PostgreSQL documentation
|
||||||
-->
|
-->
|
||||||
|
|
||||||
@ -671,7 +671,7 @@ PostgreSQL documentation
|
|||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry><literal><function>setseed</function>(<type>dp</type>)</literal></entry>
|
<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>set seed for subsequent <literal>random()</literal> calls</entry>
|
||||||
<entry><literal>setseed(0.54823)</literal></entry>
|
<entry><literal>setseed(0.54823)</literal></entry>
|
||||||
<entry><literal>1177314959</literal></entry>
|
<entry><literal>1177314959</literal></entry>
|
||||||
|
Loading…
Reference in New Issue
Block a user