aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorNeil Conway <neilc@samurai.com>2004-10-04 08:15:41 +0000
committerNeil Conway <neilc@samurai.com>2004-10-04 08:15:41 +0000
commit3da69bd18c48f298068405be0748bb2ae7cd6359 (patch)
tree55b42dd31c26629018f6c11160aba0d60b74e5ad /doc/src
parente374dfc119072b030c78012d4cf7d9a5aa68e707 (diff)
downloadpostgresql-3da69bd18c48f298068405be0748bb2ae7cd6359.tar.gz
postgresql-3da69bd18c48f298068405be0748bb2ae7cd6359.zip
Fix error in setseed() docs: "int32" is not a (SQL) type, but "integer" is.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/func.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index 01c9a91989c..7e1b488bae7 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -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
-->
@@ -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>