NEW and OLD in EXECUTE

Поиск
Список
Период
Сортировка
От Rod Taylor
Тема NEW and OLD in EXECUTE
Дата
Msg-id 0cd901c095e8$b94a4ee0$6500000a@jester
обсуждение исходный текст
Ответы Re: NEW and OLD in EXECUTE  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Are we not allowed to use NEW and OLD in an EXECUTEd statement?

Postgresql 7.1 beta 4

Received:
ERROR:  NEW used in non-rule query

from within a plpgsql function (using an EXECUTE statement of course).

That aside, is there anyway to do:

v_var := NEW.v_variable;

As it would be an acceptable alternative.

--
Rod Taylor

There are always four sides to every story: your side, their side, the
truth, and what really happened.

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

Предыдущее
От: "Mikheev, Vadim"
Дата:
Сообщение: RE: Recovery of PGSQL after system crash failing!!!
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: locale support