pgAdmin 4 commit: Fix the issue in MATERIALIZED VIEW node where user wa

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix the issue in MATERIALIZED VIEW node where user wa
Date: 2016-07-15 11:14:00
Message-ID: E1bO14C-0002ah-FY@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix the issue in MATERIALIZED VIEW node where user was not able to add/update security label. Fixes #1458

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e94b14e7d75fe928ac2dd9ced37ec7f8a454bb84
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>

Modified Files
--------------
.../schemas/views/templates/mview/pg/9.3_plus/sql/grant.sql | 4 ++--
.../schemas/views/templates/mview/pg/9.3_plus/sql/update.sql | 8 ++++----
.../schemas/views/templates/mview/pg/9.4_plus/sql/grant.sql | 4 ++--
.../schemas/views/templates/mview/pg/9.4_plus/sql/update.sql | 8 ++++----
.../schemas/views/templates/mview/ppas/9.3_plus/sql/grant.sql | 4 ++--
.../schemas/views/templates/mview/ppas/9.3_plus/sql/update.sql | 8 ++++----
6 files changed, 18 insertions(+), 18 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-07-15 11:14:21 Re: PATCH: security label is not being added/updated for MATERIALIZED VIEW
Previous Message Dave Page 2016-07-15 11:07:45 Re: PATCH: To fix the issue where cast function causes freeze (pgAdmin4)