pgAdmin 4 commit: Add context-sensitive SQL help.

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Add context-sensitive SQL help.
Дата
Msg-id E1apxbS-0005bt-6l@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Add context-sensitive SQL help.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=62fcfd928d37864372c136a6dd6bc4bd5283fff2

Modified Files
--------------
web/pgadmin/browser/__init__.py                    | 16 ++++-
.../databases/casts/templates/cast/js/casts.js     |  2 +
.../templates/event_triggers/js/event_trigger.js   |  2 +
.../templates/extensions/js/extensions.js          |  2 +
.../foreign_servers/js/foreign_servers.js          |  2 +
.../templates/user_mappings/js/user_mappings.js    |  2 +
.../js/foreign_data_wrappers.js                    |  2 +
.../languages/templates/languages/js/languages.js  |  2 +
.../collations/templates/collation/js/collation.js |  2 +
.../domain-constraints/js/domain-constraints.js    |  2 +
.../domains/templates/domains/js/domains.js        |  2 +
.../templates/fts_parser/js/fts_parser.js          |  2 +
.../templates/fts_template/js/fts_templates.js     |  2 +
.../functions/templates/function/js/functions.js   |  2 +
.../functions/templates/procedure/js/procedures.js |  2 +
.../sequences/templates/sequence/js/sequence.js    |  2 +
.../schemas/templates/schema/js/schema.js          |  2 +
.../schemas/types/templates/type/js/type.js        |  2 +
.../databases/templates/databases/js/databases.js  |  2 +
.../servers/roles/templates/role/js/role.js        |  2 +
.../templates/tablespaces/js/tablespaces.js        |  2 +
web/pgadmin/browser/static/js/frame.js             |  6 +-
web/pgadmin/browser/templates/browser/js/node.js   | 77 ++++++++++++++++++++++
web/pgadmin/help/__init__.py                       | 30 ++++++++-
web/pgadmin/utils/menu.py                          |  2 +-
25 files changed, 166 insertions(+), 5 deletions(-)


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

Предыдущее
От: Ashesh Vashi
Дата:
Сообщение: pgAdmin 4 commit: Improvised Select2Cell, and SwitchCell.
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4] [Patch] Implementation of the Data Grid and Query Tool