pgAdmin 4 commit: Support procedures and ignore packages that look like

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Support procedures and ignore packages that look like
Дата
Msg-id E1arM6e-0001nh-OO@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Support procedures and ignore packages that look like schemas properly in PPAS

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e7902d4b458868e8f88185ecf906ecaa69c6abfc
Author: Surinder Kumar <surinder.kumar@enterprisedb.com>

Modified Files
--------------
web/pgadmin/tools/grant_wizard/__init__.py                | 15 +++++++++++++++
.../templates/grant_wizard/js/grant_wizard.js             | 12 +++++++++---
.../templates/grant_wizard/pg/9.1_plus/acl.json           |  4 ++++
.../templates/grant_wizard/pg/9.1_plus/sql/function.sql   |  6 +++---
.../grant_wizard/pg/9.1_plus/sql/grant_function.sql       |  5 ++---
.../templates/grant_wizard/ppas/9.1_plus/acl.json         |  4 ++++
.../templates/grant_wizard/ppas/9.1_plus/sql/function.sql |  9 +++++----
.../grant_wizard/ppas/9.1_plus/sql/get_schemas.sql        |  3 ++-
.../grant_wizard/ppas/9.1_plus/sql/grant_function.sql     |  5 ++---
9 files changed, 46 insertions(+), 17 deletions(-)


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

Предыдущее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Fix dropping of server groups.
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4] [Patch]: Grant Wizard