Re: Problems with pgsql 7.1.2 and ExecEvalExpr

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Gregory S(dot) Youngblood" <gyoungblood(at)quicknet(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Problems with pgsql 7.1.2 and ExecEvalExpr
Date: 2001-06-21 05:43:59
Message-ID: 12315.993102239@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Gregory S. Youngblood" <gyoungblood(at)quicknet(dot)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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Michael Meskes 2001-06-21 07:11:04 Re: Use of C function parameters from embedded SQL
Previous Message Tom Lane 2001-06-21 05:21:25 Re: aggregate function for median calculation