Hello,
We are experiencing a strange error with the following request :
select cmp
from (select random () < 0.5 as cmp from pg_type) as tmp
where cmp;
With this request even false results are shown. This behaviour doesn't
appear when we don't join the boolean expression to a table to have
multiple lines. It is also seems to be independent of the selected
table.
Could you enlighten us about what is happening ?
Thanks !
--
Fabien Fournier