Re: PG & random() strangeness - Mailing list pgsql-general

From Sergey E. Koposov
Subject Re: PG & random() strangeness
Date
Msg-id alpine.LRH.2.00.1005042036500.27603@lnfm1.sai.msu.ru
Whole thread Raw
In response to Re: PG & random() strangeness  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
On Tue, 4 May 2010, Tom Lane wrote:
>> ## select id ,count(*) from tmpx group by (id) having count(*)>1;
>>           id         | count
>> --------------------+-------
>>    0.519465064629912 |     2
>>   0.0100625408813357 |     2
>>    0.394671014975756 |     2
>> (3 rows)
>
>> and
>> ## select id from tmpx where id > 0.51119 and id < 0.51120;
>>          id
>> -------------------
>>   0.511193082667887
>>   0.511194097343832
>> (2 rows)
>
> And?  Those aren't in any of the groups the first query identified.

Oops, I have confused 0.519xxx  and 0.51119yyy numbers.

Sorry for the noise.

Regards,
     S.


*******************************************************************
Sergey E. Koposov, PhD
Institute for Astronomy, University of Cambridge, UK
Web: http://lnfm1.sai.msu.ru/~math
E-mail: math@sai.msu.ru

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: PG & random() strangeness
Next
From: Marc Schablewski
Date:
Subject: Re: PG & random() strangeness