Skip to content

Commit 27d8dcd

Browse files
committed
Sorry, that change was not correct.
1 parent 47065ae commit 27d8dcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/ref/set.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/set.sgml,v 1.51 2001/03/05 18:42:57 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/set.sgml,v 1.52 2001/03/05 19:00:01 petere Exp $
33
Postgres documentation
44
-->
55

@@ -196,7 +196,7 @@ SET TIME ZONE { '<replaceable class="PARAMETER">timezone</replaceable>' | LOCAL
196196
The value for the seed to be used by the
197197
<function>random</function> function. Allowed
198198
values are floating point numbers between 0 and 1, which
199-
are then multiplied by RAND_MAX. This product will
199+
are then multiplied by 2^31-1. This product will
200200
silently overflow if a number outside the range is used.
201201
</para>
202202

0 commit comments

Comments
 (0)