Re: Problems with pgsql 7.1.2 and ExecEvalExpr - Mailing list pgsql-general

From Tom Lane
Subject Re: Problems with pgsql 7.1.2 and ExecEvalExpr
Date
Msg-id 12315.993102239@sss.pgh.pa.us
Whole thread Raw
In response to Problems with pgsql 7.1.2 and ExecEvalExpr  ("Gregory S. Youngblood" <gyoungblood@quicknet.net>)
List pgsql-general
"Gregory S.  Youngblood" <gyoungblood@quicknet.net> writes:
> I got the data loaded that I need to work with, and am having a
> problem with one specific query. It keeps dumping out with
> ExecEvalExpr: unknown expressiong type 704.

And the query is?

The only known cause of that at the moment is if you do

        select foo from foo;

7.2 will give a more useful error message...

            regards, tom lane

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: aggregate function for median calculation
Next
From: Michael Meskes
Date:
Subject: Re: Use of C function parameters from embedded SQL