Sorry, that change was not correct.
authorPeter Eisentraut
Mon, 5 Mar 2001 19:00:01 +0000 (19:00 +0000)
committerPeter Eisentraut
Mon, 5 Mar 2001 19:00:01 +0000 (19:00 +0000)
doc/src/sgml/ref/set.sgml

index e4b05854b00a7bf32bdee0100f37129a91a3a9d0..417eb9be3c7ade81a1f8b0d9e4b6079ad5f59b9b 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -196,7 +196,7 @@ SET TIME ZONE { 'timezone' | LOCAL
        The value for the seed to be used by the
        random 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.