Re: [HACKERS] Missing inserts

2001-10-03 Thread Martín Marqués
On Mié 03 Oct 2001 16:43, you wrote: > On Mar 02 Oct 2001 21:59, you wrote: > > In 7.1.X and earlier the INSERT rules are executed _before_ the INSERT. > > This is changed to _after_ in 7.2. > > This would mean...??? I haven´t had much trouble until now, so I can´t > understand why one of the 4 in

Re: [HACKERS] Missing inserts

2001-10-03 Thread Martín Marqués
On Mar 02 Oct 2001 21:59, you wrote: > In 7.1.X and earlier the INSERT rules are executed _before_ the INSERT. > This is changed to _after_ in 7.2. This would mean...??? I haven´t had much trouble until now, so I can´t understand why one of the 4 inserts of the rule didn´t get through. Is there

Re: [HACKERS] Missing inserts

2001-10-02 Thread Bruce Momjian
In 7.1.X and earlier the INSERT rules are executed _before_ the INSERT. This is changed to _after_ in 7.2. > For some reason, I seam to feel as if the inserts that should be executed by > a rule are not all getting executed, or at least, they are not getting writen. > > How can I find out wha

[HACKERS] Missing inserts

2001-10-02 Thread Martín Marqués
For some reason, I seam to feel as if the inserts that should be executed by a rule are not all getting executed, or at least, they are not getting writen. How can I find out what the rule is really doing? The logs don't say much. Any help will be grear at this moment of stress!!! X-> Saludos.