Subject Re: [firebird-support] Debugging triggers
Author Christian Gütter
Hi Lester,

> Any particular problem?

I meant it generally.

> I tend to test out the content of a trigger in IB_SQL before committing
> it to the trigger, and even then I build up in stages. Then I can add
> records again in IB_SQL and check the results. Crude but quite effective
> for what I do. Since I can add trigger code via IB_SQL as well it's all
> fairly well contained :)

But how do you test PSQL statements without putting them into an
SP/Trigger? One example: how do you test a "FOR SELECT ... DO"
statement?


Christian