pgAdmin 4 commit: Fixed an issue where the search object not able to lo - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed an issue where the search object not able to lo
Date
Msg-id E1jT658-0004Jw-JV@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed an issue where the search object not able to locate pg_toast_* tables in the pg_toast schema. Fixes #5441

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=99d1068f702d1b2d95419358fce566a27f22a304
Author: Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_4_21.rst                  |  1 +
web/pgadmin/static/js/tree/tree.js                 |  4 ++++
.../static/js/search_objects_dialog_wrapper.js     |  4 ++--
.../search_objects/sql/pg/10_plus/search.sql       | 16 ++++++++--------
.../search_objects/sql/pg/11_plus/search.sql       | 16 ++++++++--------
.../search_objects/sql/pg/default/search.sql       | 22 +++++++++++-----------
.../search_objects/sql/ppas/10_plus/search.sql     | 16 ++++++++--------
.../search_objects/sql/ppas/12_plus/search.sql     | 16 ++++++++--------
.../search_objects/sql/ppas/default/search.sql     | 22 +++++++++++-----------
9 files changed, 61 insertions(+), 56 deletions(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Remove Python 2.7 support from the wheel package
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM5441] Not able to find path toast tables underpg_toast schema