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

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

Branch
------
WEBPACK_DEVEL2

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1eb18b6529f06bd78497e782b820ba0a216ddb8f
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 по дате отправления:

Предыдущее
От: Ashesh Vashi
Дата:
Сообщение: Re: ESLINT: On pgAdmin static javascripts
Следующее
От: Ashesh Vashi
Дата:
Сообщение: pgAdmin 4 commit: Use the correct lexer in the Apache/Windows docs.