On Mon, Dec 19, 2011 at 18:14, Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com> wrote:
> you can disable check per session if you need
> ALTER TABLE ... DISABLE TRIGGER ALL;
This is NOT a per-session command, this applies to all connections and
queries, and may allow incorrect data into the table. Don't do this!
(And it doesn't address the question anyway)
Regards,
Marti