pgAdmin III commit: Implements support for constraint trigger

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Implements support for constraint trigger
Дата
Msg-id 201103242014.p2OKEWiA078549@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Implements support for constraint trigger

This patch adds a Constraint checkbox and the deferrable and deferred
checkboxes. Note that the "FROM referenced_table_name" clause is not
implemented as it "is not recommended for general use" according to the
manual.

Report from Dan S.

Branch
------
master

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

Modified Files
--------------
CHANGELOG                          |    1 +
pgadmin/dlg/dlgTrigger.cpp         |   59 +++++++++++++++++++++++++++++++++--
pgadmin/include/dlg/dlgTrigger.h   |    1 +
pgadmin/include/schema/pgTrigger.h |   26 +++++++++++++++-
pgadmin/schema/pgTrigger.cpp       |   36 +++++++++++++++++++---
pgadmin/ui/dlgTrigger.xrc          |   53 +++++++++++++++++++++++++++++--
6 files changed, 162 insertions(+), 14 deletions(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: Re: User mapping
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: Re: Support for constraint trigger (8.2 feature)