pgAdmin 4 commit: Ensure that SQL help should work for EPAS servers. Fi

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Ensure that SQL help should work for EPAS servers. Fi
Дата
Msg-id E1mY39t-00019D-Sm@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Ensure that SQL help should work for EPAS servers. Fixes #6834

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1ed6272e7bb48f21f825da31ec8c04704c7dcdd2

Modified Files
--------------
docs/en_US/release_notes_6_0.rst                   |  1 +
web/pgadmin/browser/__init__.py                    |  4 ---
.../schemas/packages/static/js/package.js          |  1 +
.../schemas/synonyms/static/js/synonym.js          |  1 +
.../static/js/compound_trigger.js                  |  3 +-
.../resource_groups/static/js/resource_group.js    |  1 +
web/pgadmin/browser/static/js/browser.js           |  6 +---
web/pgadmin/browser/static/js/node.js              | 28 ++++++++-------
web/pgadmin/browser/static/js/node_view.jsx        | 27 ++++++++-------
web/pgadmin/browser/templates/browser/js/utils.js  |  1 -
web/pgadmin/help/__init__.py                       | 12 -------
web/pgadmin/help/static/js/help.js                 | 26 ++++++++++----
web/regression/javascript/help/help_spec.js        | 40 ----------------------
13 files changed, 55 insertions(+), 96 deletions(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Nikhil Mohite
Дата:
Сообщение: [pgAdmin][RM-6897]: Execute button of query tool gets disabled once we change anything in the data grid
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin][patch] Partition node related fixes