Re: plpython triggers TD["new"] = None

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: plpython triggers TD["new"] = None
Дата
Msg-id 20050127223941.GG30463@dcc.uchile.cl
обсуждение исходный текст
Ответ на plpython triggers TD["new"] = None  (Lee Jensen <ljensen@carriersales.com>)
Список pgsql-bugs
On Thu, Jan 27, 2005 at 03:13:27PM -0700, Lee Jensen wrote:
> I have postgres 7.4.6 installed on 2 machines one debian and one
> freebsd. Both are the most recent installs of each OS. On both I have
> the plpython module and both are having the same issue. Essentially when
> a function is called from a
... [FOR EACH STATEMENT] ...
> trigger the TD tuple get's populated with
> all the standard data except new and old have no value (None). Here is
> the function code I am working with:

Statement level triggers don't have access to NEW nor OLD.  Only row
level triggers do ...

--
Alvaro Herrera (<alvherre[@]dcc.uchile.cl>)
"I suspect most samba developers are already technically insane...
Of course, since many of them are Australians, you can't tell." (L. Torvalds)

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

Предыдущее
От: Michael Fuhr
Дата:
Сообщение: Re: plpython triggers TD["new"] = None
Следующее
От: Michael Fuhr
Дата:
Сообщение: Re: 8.0.0 make check fails on Solaris 9 (sparc)