Re: Stack Depth - Mailing list pgsql-general

From Bricklen Anderson
Subject Re: Stack Depth
Date
Msg-id 43E148D6.2050908@presinet.com
Whole thread Raw
In response to Stack Depth  (Bob Pawley <rjpawley@shaw.ca>)
Responses Re: Stack Depth  (Michael Fuhr <mike@fuhr.org>)
List 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".
>
> Is this normal for, what I consider, a small amount of information transfer?
>
> If so, how do I change the stack depth limit? I can't find anything in
> the documentation that describes this task.
>
> I understand the default stack depth is about 2 meg. How do I determine
> what the stack depth should be so that I avoid this error?
>
> Bob Pawley

check max_stack_depth in your postgresql.conf file

pgsql-general by date:

Previous
From: Bob Pawley
Date:
Subject: Stack Depth
Next
From: "Steve Oualline"
Date:
Subject: postmaster startup time