pgAdmin 4 commit: Fix the issue in MATERIALIZED VIEW node where user wa - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Fix the issue in MATERIALIZED VIEW node where user wa
Date
Msg-id E1bO14C-0002ah-FY@gothos.postgresql.org
Whole thread Raw
List 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.zabuawala@enterprisedb.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(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: PATCH: To fix the issue where cast function causes freeze (pgAdmin4)
Next
From: Dave Page
Date:
Subject: Re: PATCH: security label is not being added/updated for MATERIALIZED VIEW