Tom Lane wrote:
> Ruslan A Dautkhanov <rusland(at)scn(dot)ru> writes:
> > isbs=# SELECT count(i.*),sum(i.param1),sum(60-i.param1) FROM inlog i,
> ^^^^^^^^^^
>
> Make that just count(*). I think you're running into the poor handling
> of whole-row references.
Yes, after changing COUNT(i.*) for COUNT(*) the problem dissappear.
Thanks for advance, but I don't understand difference between this two
examples... :-|
--
best regards,
Ruslan A Dautkhanov rusland(at)scn(dot)ru