pgAdmin 4 commit: Support for the 'Refresh CONCURRENTLY' is applicable

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Support for the 'Refresh CONCURRENTLY' is applicable
Date: 2016-05-30 11:32:14
Message-ID: E1b7LQc-0004x8-R9@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Support for the 'Refresh CONCURRENTLY' is applicable only on the
database server >= 9.4.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=4aaa58352c93d66466682f93ff3acdf671b352b4
Author: Surinder Kumar <surinder(dot)kumar(at)enterprisedb(dot)com>

Modified Files
--------------
.../servers/databases/schemas/views/__init__.py | 97 ++++++----
.../schemas/views/templates/mview/js/mview.js | 79 +++++---
.../templates/mview/pg/9.3_plus/sql/refresh.sql | 6 +-
.../views/templates/mview/pg/9.4_plus/sql/acl.sql | 41 ++++
.../templates/mview/pg/9.4_plus/sql/create.sql | 40 ++++
.../templates/mview/pg/9.4_plus/sql/delete.sql | 13 ++
.../templates/mview/pg/9.4_plus/sql/get_schema.sql | 7 +
.../mview/pg/9.4_plus/sql/get_view_name.sql | 11 ++
.../templates/mview/pg/9.4_plus/sql/grant.sql | 6 +
.../templates/mview/pg/9.4_plus/sql/properties.sql | 111 +++++++++++
.../templates/mview/pg/9.4_plus/sql/refresh.sql | 2 +
.../templates/mview/pg/9.4_plus/sql/update.sql | 214 +++++++++++++++++++++
.../templates/mview/pg/9.4_plus/sql/view_id.sql | 4 +
13 files changed, 563 insertions(+), 68 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2016-05-30 11:32:49 Re: [pgAdmin4][Patch]: Refresh CONCURRENTLY is not supported on materialized view for pg-9.3 server
Previous Message Ashesh Vashi 2016-05-30 10:47:18 Re: User management functionality patch [pgadmin4]