Hi all
I've got suspicious behavior for transaction cooked with deferrable trigger. if trigger has update on row of his target table we get infinite "recursion" without limitation of stack depth.
trigger -> update -> trigger -> update -> ... ... -- infinite pending list :)
- Misha