From: | "Bath, David" <dave(dot)bath(at)unix(dot)net> |
---|---|
To: | pgadmin-support(at)postgresql(dot)org |
Subject: | Bug/Feature request: Triggers |
Date: | 2005-09-22 00:55:33 |
Message-ID: | 200509221055.34783.dave.bath@unix.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-support |
Folks,
Version of pgadmin3 : 1.2.2
Version of postgresql : 8.0.3
Operating Platform : SuSE 9.3 Professional IA-32
Summary: Triggers subtree missing from schema item
Impact (1-10): 5
Type of impact: Inconvenient (no information loss)
Long Description:
I am having difficulties with creation, editing, and
discovery of triggers, as opposed to trigger functions.
More specifically
a. There seems nowhere in the GUI to issue the following
statement:
CREATE TRIGGER name {BEFORE|AFTER} event
ON table ...
EXECUTE PROCEDURE
b. The only way I can discover triggers is by going
to the "Referenced by" panel for a each particular
function. Even having a list of triggers using
trigger functions in this panel when the
"Trigger Functions" tree item is selected would
make life MUCH easier.
Thanks in advance
--
David T. Bath
dave(dot)bath(at)unix(dot)net
From | Date | Subject | |
---|---|---|---|
Next Message | Sim Zacks | 2005-09-22 07:01:17 | Re: Bug/Feature request: Triggers |
Previous Message | Bath, David | 2005-09-22 00:41:57 | Bug/Feature request: Parameter names |