Hi Postgresql developers !

I'm pretty happy with postgres, and am right now testing PSQL 7.1 for
image storage and stuff.
So here's my bug report. pretty simple.
do a


create table test (id int);
insert into test values (1);
insert into test values (2);
insert into test values (3);
select count(id) from test;

You'll get

ERROR:  ExecEvalAggref: no aggregates in this expression context

This is in PSQL 7.1beta4. The latest from your CVS directory.

Thanks for fixing.

Moritz Gmelin
begin:vcard 
n:Gmelin;Moritz
tel;fax:0721/9654753
tel;home:0721/9431335
tel;work:0721/9654752
x-mozilla-html:FALSE
org:FZI;MIT
adr:;;Haid- und Neu Str. 10-14;Karlsruhe;;76131;Germany
version:2.1
email;internet:[EMAIL PROTECTED]
title:Dipl.-Inform.
x-mozilla-cpt:;-5024
fn:Moritz Gmelin
end:vcard

Reply via email to