Re: docs for random function - Mailing list pgsql-hackers

From Sam Mason
Subject Re: docs for random function
Date
Msg-id 20090816202736.GZ5407@samason.me.uk
Whole thread Raw
In response to Re: docs for random function  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Sun, Aug 16, 2009 at 03:57:23PM -0400, Tom Lane wrote:
> Sam Mason <sam@samason.me.uk> writes:
> > The docs for the function random() currently say:
> >   random value between 0.0 and 1.0, inclusive
> 
> Yeah, it looks like Bruce changed this back in 8.2 and failed to fix
> the documentation to match.  I used this wording instead:
> 
> !        <entry>random value in the range 0.0 <= x < 1.0</entry>

Cool, that should be easier on people.

--  Sam  http://samason.me.uk/


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: docs for random function
Next
From: James Pye
Date:
Subject: Re: [PATCH] plpythonu datatype conversion improvements