From: | Bob Pawley <rjpawley(at)shaw(dot)ca> |
---|---|
To: | Michael Fuhr <mike(at)fuhr(dot)org> |
Cc: | Bricklen Anderson <banderson(at)presinet(dot)com>, Postgresql <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: Stack Depth |
Date: | 2006-02-02 01:30:35 |
Message-ID: | 015c01c62798$44205640$ac1d4318@owner |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Thanks Michael
I'll keep this for future use. I beleive I was using insert into and update
when I should have been using update only.
Bob
----- Original Message -----
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>
Sent: Wednesday, February 01, 2006 5:22 PM
Subject: Re: [GENERAL] Stack Depth
> 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
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2006-02-02 02:15:14 | Re: postmaster startup time |
Previous Message | Michael Fuhr | 2006-02-02 01:22:13 | Re: Stack Depth |