Re: Dynamic Query problem

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: Dynamic Query problem
Дата
Msg-id Pine.BSF.4.21.0109282330180.29157-100000@megazone23.bigpanda.com
обсуждение исходный текст
Ответ на Dynamic Query problem  ("Dinesh Parikh" <dineshp@newgen.co.in>)
Список pgsql-general
On Fri, 28 Sep 2001, Dinesh Parikh wrote:

> Dear All,

> I am new in postgres there for i have some problems. I am executing
> some type of Business rule in strored procedure using language
> plpgsql. When I am executing a Dynamic Query then It return an error
> which is some how unable to understand Please Help me It is urgent . I
> am attaching my code as well as error which appears to me.

> I have noted that if table has same type of column then no error comes
> .

My guess would be that the offending line is the DBOut := MyRec.field
since when you go from X_1 to X_2 the right hand side changes type.
It probably planned out how to do the assignment/conversion for the
int4 column and then an int8 is there.

> ERROR:  type of myrec.field doesn't match that when preparing the plan


В списке pgsql-general по дате отправления:

Предыдущее
От: "lt"
Дата:
Сообщение: Copy error?
Следующее
От: "lt"
Дата:
Сообщение: Copy error?