We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47065ae commit 27d8dcdCopy full SHA for 27d8dcd
doc/src/sgml/ref/set.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/set.sgml,v 1.51 2001/03/05 18:42:57 momjian Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/set.sgml,v 1.52 2001/03/05 19:00:01 petere Exp $
3
Postgres documentation
4
-->
5
@@ -196,7 +196,7 @@ SET TIME ZONE { '<replaceable class="PARAMETER">timezone</replaceable>' | LOCAL
196
The value for the seed to be used by the
197
<function>random</function> function. Allowed
198
values are floating point numbers between 0 and 1, which
199
- are then multiplied by RAND_MAX. This product will
+ are then multiplied by 2^31-1. This product will
200
silently overflow if a number outside the range is used.
201
</para>
202
0 commit comments