Re: Stack Depth

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: Bob Pawley <rjpawley(at)shaw(dot)ca>
Cc: Bricklen Anderson <banderson(at)presinet(dot)com>, Postgresql <pgsql-general(at)postgresql(dot)org>
Subject: Re: Stack Depth
Date: 2006-02-02 01:22:13
Message-ID: 20060202012213.GA79459@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, Feb 01, 2006 at 05:04:22PM -0800, Bob Pawley wrote:
> I do think I have a recursive problem. It's just hard to see at the moment.

RAISE is your friend. If you can't figure out where the recursion
is coming from then add debugging output to the trigger functions
to see what gets called when.

--
Michael Fuhr

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bob Pawley 2006-02-02 01:30:35 Re: Stack Depth
Previous Message Bob Pawley 2006-02-02 01:04:22 Re: Stack Depth