pgAdmin 4 commit: Add support for Resource Groups in EDB Advanced Serve

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Add support for Resource Groups in EDB Advanced Serve
Дата
Msg-id E1aXo5n-0006DZ-Mf@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Add support for Resource Groups in EDB Advanced Server 9.4+.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=dafd2f33234ff5a59f9f5b1c23bcfc81f01f659f
Author: Akshay Joshi <akshay.joshi@enterprisedb.com>

Modified Files
--------------
.../servers/resource_groups/__init__.py            | 565 +++++++++++++++++++++
.../static/img/coll-resource_group.png             | Bin 0 -> 1173 bytes
.../resource_groups/static/img/resource_group.png  | Bin 0 -> 966 bytes
.../resource_groups/js/resource_groups.js          | 143 ++++++
.../templates/resource_groups/sql/create.sql       |  10 +
.../templates/resource_groups/sql/delete.sql       |   8 +
.../templates/resource_groups/sql/getoid.sql       |   4 +
.../templates/resource_groups/sql/properties.sql   |   6 +
.../templates/resource_groups/sql/update.sql       |   9 +
web/pgadmin/browser/templates/browser/js/node.js   |   3 +
10 files changed, 748 insertions(+)


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

Предыдущее
От: Ashesh Vashi
Дата:
Сообщение: pgAdmin 4 commit: Resolved a typo in Server Module related to assigning
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4] [Patch]: Language Module