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

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Allow use of transition tables in PG 10 triggers. Fix
Date: 2018-01-03 16:25:07
Message-ID: E1eWlql-0002nM-IE@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)vashi(at)enterprisedb(dot)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(+)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-01-03 16:25:56 Re: [pgAdmin4][Patch]: RM #2933 - Add support for transition tables in Postgres 10 triggers
Previous Message Dave Page 2018-01-03 15:33:31 Re: [pgAdmin4][Patch]: Fix "Create - Table" dialog UI quirks