pgAdmin 4 commit: Remove extra brackets from reverse engineering SQL of - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Remove extra brackets from reverse engineering SQL of
Date
Msg-id E1jqDic-0006fi-LU@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Remove extra brackets from reverse engineering SQL of trigger.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=88db5ec4d587a95c290fd8c1548047a01ce1205f
Author: Zhang Jie <zhangjie2@cn.fujitsu.com>

Modified Files
--------------
.../tables/templates/triggers/sql/gpdb/9.1_plus/properties.sql        | 4 ++--
.../schemas/tables/templates/triggers/sql/pg/10_plus/properties.sql   | 4 ++--
.../schemas/tables/templates/triggers/sql/pg/9.1_plus/properties.sql  | 4 ++--
.../schemas/tables/templates/triggers/sql/ppas/10_plus/properties.sql | 4 ++--
.../schemas/tables/templates/triggers/sql/ppas/12_plus/properties.sql | 4 ++--
.../tables/templates/triggers/sql/ppas/9.1_plus/properties.sql        | 4 ++--
6 files changed, 12 insertions(+), 12 deletions(-)


pgadmin-hackers by date:

Previous
From: Satish V
Date:
Subject: Re- [SonarQube][patch]- codesmell
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin4][patch] trigger's when clause related fixes