public inbox for [email protected]
help / color / mirror / Atom feedFrom: Dave Page <[email protected]>
To: [email protected]
Subject: pgAdmin 4 commit: Support Enable Always and Enable Replica on triggers.
Date: Fri, 01 Nov 2019 11:49:21 +0000
Message-ID: <[email protected]> (raw)
Support Enable Always and Enable Replica on triggers. Fixes #4006
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=131a944e246cf4ec71f064178725e33fbb0f...
Author: Aditya Toshniwal <[email protected]>
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(-)
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected]
Subject: Re: pgAdmin 4 commit: Support Enable Always and Enable Replica on triggers.
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox