pgAdmin 4 commit: Fixed an issue when the user performs refresh on a la - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed an issue when the user performs refresh on a la
Date
Msg-id E1jT3ia-0006k8-QF@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed an issue when the user performs refresh on a large size materialized view. Fixes #5213

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=76eb3e9b67d70baca69bc6e4711033ffdc52274c
Author: Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_4_21.rst                  |   1 +
.../servers/databases/schemas/views/__init__.py    | 186 +++++++++++++++++++--
.../databases/schemas/views/static/js/mview.js     | 104 +++++++++---
.../schemas/views/tests/test_mviews_refresh.py     | 149 +++++++++++++++++
4 files changed, 407 insertions(+), 33 deletions(-)


pgadmin-hackers by date:

Previous
From: Abhilasha Narendra
Date:
Subject: Re: [pgAdmin][RM5348]LDAP Authentication Support
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin4][Patch] - Improve LDAP Error messages