diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2001-03-05 19:00:01 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2001-03-05 19:00:01 +0000 |
commit | 27d8dcd55fecc63f0b259f4899a8ea4f3aff87ff (patch) | |
tree | 4db8a90a61d0ed8c015850fd1b0f56c27b37e2c6 | |
parent | 47065aec112d34cf8b3895f073cf1dc7e1093939 (diff) | |
download | postgresql-27d8dcd55fecc63f0b259f4899a8ea4f3aff87ff.tar.gz postgresql-27d8dcd55fecc63f0b259f4899a8ea4f3aff87ff.zip |
Sorry, that change was not correct.
-rw-r--r-- | doc/src/sgml/ref/set.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/set.sgml b/doc/src/sgml/ref/set.sgml index e4b05854b00..417eb9be3c7 100644 --- a/doc/src/sgml/ref/set.sgml +++ b/doc/src/sgml/ref/set.sgml @@ -1,5 +1,5 @@ <!-- -$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 --> @@ -196,7 +196,7 @@ SET TIME ZONE { '<replaceable class="PARAMETER">timezone</replaceable>' | LOCAL The value for the seed to be used by the <function>random</function> function. Allowed 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. </para> |