pgAdmin 4 commit: Fixed SQL for when clause while creating Trigger. Fix

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed SQL for when clause while creating Trigger. Fix
Date: 2019-01-16 09:16:53
Message-ID: E1gjhJd-0002zL-VE@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed SQL for when clause while creating Trigger. Fixes #3837

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6bbcaf6b27682f37e13d653c95a92f2ba7c646be
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_2.rst | 3 ++-
.../schemas/tables/templates/trigger/sql/10_plus/create.sql | 2 +-
.../tables/templates/trigger/sql/10_plus/properties.sql | 3 +--
.../tables/templates/trigger/sql/9.1_plus/properties.sql | 3 +--
.../schemas/tables/templates/trigger/sql/default/create.sql | 4 ++--
.../databases/schemas/tables/triggers/static/js/trigger.js | 11 +++++------
web/pgadmin/static/scss/_pgadmin.style.scss | 3 +++
7 files changed, 15 insertions(+), 14 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-01-16 09:17:09 Re: [pgAdmin4][RM3837] Trigger when option syntax error
Previous Message Aditya Toshniwal 2019-01-16 07:47:06 Re: [pgAdmin4][RM3837] Trigger when option syntax error