pgAdmin 4 commit: Fixes #1213 - Dropping the materialized view using a - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: Fixes #1213 - Dropping the materialized view using a
Date
Msg-id E1b5HoJ-0003RL-Li@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixes #1213 -  Dropping the materialized view using an non-super user
results into an error - "list index out of range".

Using correct variable name while accessing parameter from an
dictionary.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c0ab396fad65602cbcdff8e771ce7bc39129af5e
Author: Surinder Kumar <surinder.kumar@enterprisedb.com>

Modified Files
--------------
.../servers/databases/schemas/views/__init__.py    | 22 ++++++++++++++--------
1 file changed, 14 insertions(+), 8 deletions(-)


pgadmin-hackers by date:

Previous
From: Surinder Kumar
Date:
Subject: [pgAdmin4][Patch]: Materialized view issues when run on PPAS server
Next
From: Ashesh Vashi
Date:
Subject: pgAdmin 4 commit: Fixes #1207 - Unable to comments on materialized view