Trigger display bug - Mailing list pgadmin-hackers

From Jean-Michel POURE
Subject Trigger display bug
Date
Msg-id 200202201144.g1KBiEFP025165@www1.translationforge
Whole thread Raw
List pgadmin-hackers
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?

Cheers,
Jean-Michel

pgadmin-hackers by date:

Previous
From: Jean-Michel POURE
Date:
Subject: Re: plpgsql_call_handler
Next
From: Dave Page
Date:
Subject: Re: Trigger display bug