Re: [GENERAL] Cascades Failing

2005-08-16 Thread Tom Lane
Stephan Szabo <[EMAIL PROTECTED]> writes: > I think this is similar to the issue recently reported on -bugs. My > theory there was that trigger timing changes between 7.4 and 8.0 seems to > have caused the sequence of checks inside the trigger manager and triggers > that prevented intermediate sta

Re: [GENERAL] Cascades Failing in 8.0.x

2005-08-16 Thread Richard Huxton
Jake Stride wrote: I seem to be having some problems with cascading updates, I seem to remember that this worked in the database in 7.4 but seems to fail in 8, can anyone give me any pointer please as I seem to be able to find anything about this online. No when I try to do an update I get the

Re: [GENERAL] Cascades Failing

2005-08-16 Thread Stephan Szabo
On Tue, 16 Aug 2005, Jake Stride wrote: > I seem to be having some problems with cascading updates, I seem to > remember that this worked in the database in 7.4 but seems to fail in 8, > can anyone give me any pointer please as I seem to be able to find > anything about this online. I think this