[pgadmin-hackers] pgAdmin 4 commit: Display and allow toggling of triggerenable/disable

Поиск
Список
Период
Сортировка
От Dave Page
Тема [pgadmin-hackers] pgAdmin 4 commit: Display and allow toggling of triggerenable/disable
Дата
Msg-id E1dHubF-00049y-8H@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Display and allow toggling of trigger enable/disable status from the trigger dialogue. Fixes #2386

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9e98ded06c2c80968522db1c731e941a5b8d5f32

Modified Files
--------------
.../templates/trigger/sql/default/create.sql       |  2 +-
.../templates/trigger/sql/default/update.sql       |  8 ++++--
.../databases/schemas/tables/triggers/__init__.py  | 30 +++++++++++++++++-----
.../triggers/templates/trigger/js/trigger.js       | 10 +++-----
4 files changed, 35 insertions(+), 15 deletions(-)


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

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: [pgadmin-hackers] [pgAdmin4][Patch] To display proper SQL forProcedure node
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgadmin-hackers] [pgAdmin4][Patch] Add property in trigger nodeto display if trigger is enabled or not