pgAdmin 4 commit: Refactored SQL of Views and Materialized Views. Fixes - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Refactored SQL of Views and Materialized Views. Fixes
Date
Msg-id E1iiI6Q-0001eV-DH@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Refactored SQL of Views and Materialized Views. Fixes #5023.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f495af7a766713da460d8f1738a13638219f896c
Author: Khushboo Vashi <khushboo.vashi@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_4_17.rst                                        | 1 +
.../schemas/views/templates/views/pg/9.3_plus/sql/properties.sql         | 1 -
.../schemas/views/templates/views/pg/9.4_plus/sql/properties.sql         | 1 -
.../schemas/views/templates/views/ppas/9.1_plus/sql/properties.sql       | 1 -
.../schemas/views/templates/views/ppas/9.3_plus/sql/properties.sql       | 1 -
.../schemas/views/templates/views/ppas/9.4_plus/sql/properties.sql       | 1 -
6 files changed, 1 insertion(+), 5 deletions(-)


pgadmin-hackers by date:

Previous
From: Aditya Toshniwal
Date:
Subject: Re: [pgAdmin][RM5017] Use cheroot as default production server
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin4][Patch] - 5023 - Refactoring SQL of View andMaterialized View.