pgAdmin 4 commit: Fixed an issue where the search object not able to lo

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Fixed an issue where the search object not able to lo
Дата
Msg-id E1jT658-0004Jw-JV@gothos.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: Remove Python 2.7 support from the wheel package
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin][RM5441] Not able to find path toast tables underpg_toast schema