Re: Stack Depth

Поиск
Список
Период
Сортировка
От Paul Tillotson
Тема Re: Stack Depth
Дата
Msg-id 43E151DB.1010305@adelphia.net
обсуждение исходный текст
Ответ на Stack Depth  (Bob Pawley <rjpawley@shaw.ca>)
Список pgsql-general
Bob Pawley wrote:

> Hi Folks
>
> I have three triggers and associated functions that fire on one insert
> and moves row ID information to five different tables..
>
> I am getting an error message "stack depth limit exceeded".
>
> [snip]

You've almost certainly got a recursive trigger in there.  The default
stack depth should be good for hundreds of function calls, but if your
triggers are recursive then no depth will be enough.

Regards,

Paul Tillotson


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

Предыдущее
От: "Steve Oualline"
Дата:
Сообщение: postmaster startup time
Следующее
От: Michael Fuhr
Дата:
Сообщение: Re: Stack Depth