pgAdmin 4 commit: Support Enable Always and Enable Replica on triggers.

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Support Enable Always and Enable Replica on triggers.
Date: 2019-11-01 11:49:21
Message-ID: E1iQVQf-0007Ep-VD@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Support Enable Always and Enable Replica on triggers. Fixes #4006

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=131a944e246cf4ec71f064178725e33fbb0f4acd
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/compound_trigger_dialog.rst | 7 +++++++
.../images/compound_trigger_general_enabled.png | Bin 0 -> 52850 bytes
docs/en_US/images/trigger_definition_enabled.png | Bin 0 -> 73892 bytes
docs/en_US/release_notes_4_15.rst | 1 +
docs/en_US/trigger_dialog.rst | 9 +++++++-
.../servers/databases/schemas/tables/__init__.py | 9 ++++----
.../schemas/tables/compound_triggers/__init__.py | 23 +++++++++++----------
.../static/js/compound_trigger.js | 13 +++++++++---
.../tests/test_compound_triggers_put.py | 12 +++++++++--
.../tables/static/js/enable_disable_triggers.js | 4 ++--
.../sql/ppas/12_plus/enable_disable_trigger.sql | 3 ++-
.../compound_triggers/sql/ppas/12_plus/nodes.sql | 2 +-
.../sql/ppas/12_plus/properties.sql | 5 ++---
.../compound_triggers/sql/ppas/12_plus/update.sql | 3 ++-
.../tables/sql/default/enable_disable_trigger.sql | 3 ++-
.../templates/triggers/sql/gpdb/9.1_plus/nodes.sql | 3 +--
.../triggers/sql/gpdb/9.1_plus/properties.sql | 5 ++---
.../sql/gpdb/default/enable_disable_trigger.sql | 3 ++-
.../templates/triggers/sql/gpdb/default/nodes.sql | 2 +-
.../templates/triggers/sql/gpdb/default/update.sql | 3 ++-
.../triggers/sql/pg/10_plus/properties.sql | 3 +--
.../templates/triggers/sql/pg/9.1_plus/nodes.sql | 3 +--
.../triggers/sql/pg/9.1_plus/properties.sql | 5 ++---
.../sql/pg/default/enable_disable_trigger.sql | 3 ++-
.../templates/triggers/sql/pg/default/nodes.sql | 2 +-
.../templates/triggers/sql/pg/default/update.sql | 3 ++-
.../triggers/sql/ppas/10_plus/properties.sql | 3 +--
.../templates/triggers/sql/ppas/12_plus/nodes.sql | 3 +--
.../triggers/sql/ppas/12_plus/properties.sql | 3 +--
.../templates/triggers/sql/ppas/9.1_plus/nodes.sql | 3 +--
.../triggers/sql/ppas/9.1_plus/properties.sql | 5 ++---
.../sql/ppas/default/enable_disable_trigger.sql | 3 ++-
.../templates/triggers/sql/ppas/default/nodes.sql | 2 +-
.../templates/triggers/sql/ppas/default/update.sql | 3 ++-
.../databases/schemas/tables/triggers/__init__.py | 21 +++++++++----------
.../schemas/tables/triggers/static/js/trigger.js | 14 +++++++++----
.../tables/triggers/tests/test_triggers_put.py | 20 +++++++++++++-----
.../servers/databases/schemas/tables/utils.py | 4 ++--
.../table/enable_disable_triggers_spec.js | 4 ++--
39 files changed, 131 insertions(+), 86 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2019-11-01 11:49:28 Re: [pgAdmin][RM4006] Trigger enable always/replica shown as disabled
Previous Message Aditya Toshniwal 2019-11-01 09:53:29 [pgAdmin][RM4451]Cannot construct SQL script for composite type having only one field variable