Re: pl/pythonu

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: pl/pythonu
Дата
Msg-id 200402111650.00582.dev@archonet.com
обсуждение исходный текст
Ответ на pl/pythonu  ("C G" <csgcsg39@hotmail.com>)
Список pgsql-general
On Wednesday 11 February 2004 15:56, C G wrote:
> Dear All,
>
> Could anyone explain why this function does will not work? The error
> message is
> DETAIL: exceptions.RuntimeError: maximum recursion depth exceeded.
>
> CREATE FUNCTION testing() RETURNS trigger AS'
>
> plan=plpy.prepare(''INSERT INTO t1 values ($1)'',[''text''])

I know nothing of pl-python, but I don't suppose this is a trigger function on
table t1 is it?

Or, does a trigger on t1 activate an insert on t2, which inserts on t1,
which...
--
  Richard Huxton
  Archonet Ltd

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

Предыдущее
От: Iker Arizmendi
Дата:
Сообщение: Re: Function parameters of rowtype
Следующее
От: "C G"
Дата:
Сообщение: Re: pl/pythonu