pgAdmin 4 commit: Fixes #1207 - Unable to comments on materialized view - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: Fixes #1207 - Unable to comments on materialized view
Date
Msg-id E1b5HrZ-0003eV-Vt@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixes #1207 - Unable to comments on materialized view with Postgres Plus
Advanced Server.

Made changes in the query templates for create, view-id, and update to
make it work properly with it.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=05dde57651c298b544eb5848f903547a61bd4883
Author: Surinder Kumar <surinder.kumar@enterprisedb.com>

Modified Files
--------------
.../templates/mview/pg/9.3_plus/sql/create.sql     |  7 +-
.../templates/mview/pg/9.3_plus/sql/update.sql     |  2 -
.../templates/mview/ppas/9.3_plus/sql/create.sql   | 15 +---
.../mview/ppas/9.3_plus/sql/get_schema.sql         |  2 +-
.../templates/mview/ppas/9.3_plus/sql/update.sql   | 99 +++++++++++++++-------
.../templates/mview/ppas/9.3_plus/sql/view_id.sql  |  2 +-
6 files changed, 76 insertions(+), 51 deletions(-)


pgadmin-hackers by date:

Previous
From: Ashesh Vashi
Date:
Subject: pgAdmin 4 commit: Fixes #1213 - Dropping the materialized view using a
Next
From: Ashesh Vashi
Date:
Subject: Re: [pgAdmin4][Patch]: Materialized view issues when run on PPAS server