pgAdmin 4 commit: Add newly created triggers to the treeview. Fixes #17

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Add newly created triggers to the treeview. Fixes #17
Дата
Msg-id E1c7jge-0002bC-HX@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Add newly created triggers to the treeview. Fixes #1747

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6e5126d571ca9497f90b25aa34f5f318a54b5089
Author: Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>

Modified Files
--------------
.../databases/schemas/tables/indexes/__init__.py   |  9 +++-
.../tables/templates/index/sql/9.1_plus/nodes.sql  |  3 ++
.../templates/trigger/sql/9.1_plus/nodes.sql       |  3 ++
.../databases/schemas/tables/triggers/__init__.py  | 48 +++++++++++++++++++++-
4 files changed, 61 insertions(+), 2 deletions(-)


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

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: PATCH: To fix the issue where query tool was not displaying messages from function
Следующее
От: Dave Page
Дата:
Сообщение: Re: PATCH: To fix the issue in trigger node (pgAdmin4)