pgAdmin 4 commit: Fixes #1213 - Dropping the materialized view using a

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixes #1213 - Dropping the materialized view using a
Date: 2016-05-24 19:16:11
Message-ID: E1b5HoJ-0003RL-Li@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)kumar(at)enterprisedb(dot)com>

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

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2016-05-24 19:19:33 pgAdmin 4 commit: Fixes #1207 - Unable to comments on materialized view
Previous Message Susan Douglas 2016-05-24 19:03:22 Re: Patch for pgAdmin4 docs