[feature request] split triggers into branches

From: Michal Kozusznik <kozusznik(dot)michal(at)ifortuna(dot)cz>
To: "pgadmin-support(at)postgresql(dot)org" <pgadmin-support(at)postgresql(dot)org>
Subject: [feature request] split triggers into branches
Date: 2012-10-24 11:48:45
Message-ID: 5087D59D.4090308@ifortuna.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Hello
Have you considered to split triggers into branches?
I can imagine:

* triggers
o insert
+ before
+ after
o update
+ before
+ after
o before
+ before
+ after

Triggers which are set for multiple events would appear in all
particular branches.
Of course it might be optional for some who don't like it.

We have a lot of triggers for single tables (50) and would be helpful to
us to organize them in some way.

with regards

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Andrzej Zawadzki 2012-10-24 15:39:36 Problem with pgadmin3 1.16.0
Previous Message Dave Page 2012-10-23 09:41:47 Re: Pressing delete when editing database name can drop the database on Mac OS X