Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3da69bd

Browse files
author
Neil Conway
committed
Fix error in setseed() docs: "int32" is not a (SQL) type, but "integer" is.
1 parente374dfc commit3da69bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎doc/src/sgml/func.sgml

Lines changed: 2 additions & 2 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp