pgAdmin 4 commit: Fixed reverse engineering SQL where parenthesis is no

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed reverse engineering SQL where parenthesis is no
Date: 2020-09-21 05:36:17
Message-ID: [email protected]
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed reverse engineering SQL where parenthesis is not properly arranged for View/MView definition. Fixes #5830

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b0475566ca61cdcfff07f8a24ef0ddcf9f46f1a7
Author: Ganesh Jaybhay <ganesh(dot)jaybhay(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_27.rst | 1 +
.../mviews/pg/9.3_plus/sql/properties.sql | 2 +-
.../mviews/pg/9.4_plus/sql/properties.sql | 2 +-
.../mviews/ppas/9.3_plus/sql/properties.sql | 2 +-
.../views/gpdb_5.0_plus/sql/properties.sql | 2 +-
.../templates/views/pg/9.1_plus/sql/properties.sql | 2 +-
.../templates/views/pg/9.2_plus/sql/properties.sql | 2 +-
.../templates/views/pg/9.3_plus/sql/properties.sql | 2 +-
.../templates/views/pg/9.4_plus/sql/properties.sql | 2 +-
.../views/ppas/9.1_plus/sql/properties.sql | 2 +-
.../views/ppas/9.2_plus/sql/properties.sql | 2 +-
.../views/ppas/9.3_plus/sql/properties.sql | 2 +-
.../views/ppas/9.4_plus/sql/properties.sql | 2 +-
.../schemas/views/tests/test_views_get.py | 22 ++++++++++++++++++++--
14 files changed, 33 insertions(+), 14 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-09-21 05:36:33 Re: [pgAdmin][RM5830] View: parenthesis re-arrangement with AND/OR
Previous Message Akshay Joshi 2020-09-21 04:00:29 Re: RM5841: server.username can be empty when using .pg_service.conf