Pgsql-7.1RC1: SET SEED = <something>

From: Alexey Borzov <borz_off(at)rdw(dot)ru>
To: pgsql-general(at)postgresql(dot)org
Subject: Pgsql-7.1RC1: SET SEED = <something>
Date: 2001-03-29 07:38:20
Message-ID: 972157584.20010329113820@rdw.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Greetings!

The development docs state that one can use SET SEED to seed the
random number generator, yet:

newweb=# select version();
version
--------------------------------------------------------------
PostgreSQL 7.1RC1 on i686-pc-linux-gnu, compiled by GCC 2.96
(1 row)

newweb=# set seed = 0.5;
ERROR: 'seed' is not a valid option name

SELECT setseed() works, although.

newweb=# select setseed(0.5);
setseed
------------
1073741823
(1 row)

Is this a bug or is SET SEED now obsolete?

--
Yours, Alexey V. Borzov, Webmaster of RDW.ru

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Soma Interesting 2001-03-29 07:41:28 Re: timestamp/function question
Previous Message will trillich 2001-03-29 06:41:44 Re: timestamp/function question