pgAdmin 4 commit: Fixes #1207 - Unable to comments on materialized view

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixes #1207 - Unable to comments on materialized view
Date: 2016-05-24 19:19:33
Message-ID: E1b5HrZ-0003eV-Vt@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)kumar(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

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