Re: Trigger display bug - Mailing list pgadmin-hackers

From Dave Page
Subject Re: Trigger display bug
Date
Msg-id FED2B709E3270E4B903EB0175A49BCB10475CA@dogbert.vale-housing.co.uk
Whole thread Raw
In response to Trigger display bug  (Jean-Michel POURE <jm.poure@freesurf.fr>)
List pgadmin-hackers

> -----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.

pgadmin-hackers by date:

Previous
From: Jean-Michel POURE
Date:
Subject: Trigger display bug
Next
From: Jean-Michel POURE
Date:
Subject: Re: To-Do List