pgAdmin III commit: New kind of trigger: INSTEAD OF

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: New kind of trigger: INSTEAD OF
Date: 2010-11-07 19:48:36
Message-ID: 201011071948.oA7Jmane065752@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

New kind of trigger: INSTEAD OF

This patch adds support to INSTEAD OF triggers. This is part of the 9.1
PostgreSQL release. It's only available for views.

Implements #256.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=2f0f7c7c7f41eec82b31055d7e716288688dd5b0

Modified Files
--------------
CHANGELOG | 1 +
pgadmin/dlg/dlgProperty.cpp | 2 +-
pgadmin/dlg/dlgTrigger.cpp | 26 +++++++++++++++++---------
pgadmin/include/schema/pgTrigger.h | 27 ++++++++++++++++++++++-----
pgadmin/include/schema/pgView.h | 1 +
pgadmin/include/utils/pgDefs.h | 1 +
pgadmin/schema/pgObject.cpp | 1 -
pgadmin/schema/pgRule.cpp | 3 ++-
pgadmin/schema/pgTrigger.cpp | 29 +++++++++++++++++++++--------
pgadmin/schema/pgView.cpp | 8 +++++++-
pgadmin/ui/dlgTrigger.xrc | 1 +
pgadmin/ui/xrcDialogs.cpp | 4 +++-
12 files changed, 77 insertions(+), 27 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2010-11-07 19:49:54 Re: Ticket 256: add INSTEAD OF support for triggers
Previous Message Dave Page 2010-11-07 05:40:58 Re: Ticket 256: add INSTEAD OF support for triggers