> -----Original Message-----
> From: Jean-Michel POURE [mailto:jm.poure@freesurf.fr]
> Sent: 20 February 2002 11:44
> To: pgadmin-hackers@postgresql.org
> Cc: Dave Page
> Subject: [pgadmin-hackers] Trigger display bug
>
>
> Dear Dave,
>
> CREATE TRIGGER "tg_term_source_iu" BEFORE DELETEINSERT OR UPDATE ON
> "translationforge_term_source" FOR EACH ROW EXECUTE PROCEDURE
> tg_term_source_iu();
>
> The properties of the trigger appear to be OK. Only the SQL
> definition does
> not display well. I tried to understand the bug but did not
> succeed. Is this
> an hbx display bug?
No, pgSchema (not clearing a variable in a loop). Fixed in CVS now, thanks
for the report.
Regards, Dave.