pgAdmin 4 commit: Allow use of transition tables in PG 10 triggers.Fix

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Allow use of transition tables in PG 10 triggers.Fix
Дата
Msg-id E1eWlql-0002nM-IE@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Allow use of transition tables in PG 10 triggers. Fixes #2933

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=711fbd51441f24225da8a07cee66f61b41345c95
Author: Khushboo Vashi <khushboo.vashi@enterprisedb.com>

Modified Files
--------------
.../templates/trigger/sql/10_plus/create.sql       | 36 +++++++++++++++
.../templates/trigger/sql/10_plus/properties.sql   | 25 ++++++++++
.../schemas/tables/triggers/static/js/trigger.js   | 53 ++++++++++++++++++++++
3 files changed, 114 insertions(+)


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

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4][Patch]: Fix "Create - Table" dialog UI quirks
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4][Patch]: RM #2933 - Add support for transition tablesin Postgres 10 triggers