Обсуждение: pgAdmin 4 commit: Support for the 'Refresh CONCURRENTLY' is applicable
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.kumar@enterprisedb.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(-)