Re: Problems with pgsql 7.1.2 and ExecEvalExpr

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Problems with pgsql 7.1.2 and ExecEvalExpr
Дата
Msg-id 12315.993102239@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Problems with pgsql 7.1.2 and ExecEvalExpr  ("Gregory S. Youngblood" <gyoungblood@quicknet.net>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: aggregate function for median calculation
Следующее
От: Michael Meskes
Дата:
Сообщение: Re: Use of C function parameters from embedded SQL