| From: | Moritz Gmelin <moritz(dot)gmelin(at)fzi(dot)de> |
|---|---|
| To: | pgsql-bugs(at)postgresql(dot)org |
| Subject: | ExecEvalAggref |
| Date: | 2001-02-20 14:44:40 |
| Message-ID: | 3A9282D8.85D29FB7@fzi.de |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
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
| Attachment | Content-Type | Size |
|---|---|---|
| moritz.gmelin.vcf | text/x-vcard | 299 bytes |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | pgsql-bugs | 2001-02-20 14:56:36 | |
| Previous Message | Nome real | 2001-02-20 13:22:44 |