Commit 27d8dcd5 authored by Peter Eisentraut's avatar Peter Eisentraut

Sorry, that change was not correct.

parent 47065aec
<!-- <!--
$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 $
Postgres documentation Postgres documentation
--> -->
...@@ -196,7 +196,7 @@ SET TIME ZONE { '<replaceable class="PARAMETER">timezone</replaceable>' | LOCAL ...@@ -196,7 +196,7 @@ SET TIME ZONE { '<replaceable class="PARAMETER">timezone</replaceable>' | LOCAL
The value for the seed to be used by the The value for the seed to be used by the
<function>random</function> function. Allowed <function>random</function> function. Allowed
values are floating point numbers between 0 and 1, which values are floating point numbers between 0 and 1, which
are then multiplied by RAND_MAX. This product will are then multiplied by 2^31-1. This product will
silently overflow if a number outside the range is used. silently overflow if a number outside the range is used.
</para> </para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment