pgAdmin 4 commit: Ensure that Grant Wizard should include foreign table

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Ensure that Grant Wizard should include foreign table
Дата
Msg-id E1kc1p3-0001GT-MI@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Ensure that Grant Wizard should include foreign tables. Fixes #5959

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=64964f82cf76c739cf8cb441936567096cd953b1
Author: Nikhil Mohite <nikhil.mohite@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_4_28.rst                  |  1 +
web/pgadmin/tools/grant_wizard/__init__.py         | 37 ++++++++++++++++++++++
.../tools/grant_wizard/static/js/grant_wizard.js   |  3 ++
.../templates/grant_wizard/pg/9.1_plus/acl.json    |  4 +++
.../grant_wizard/pg/9.1_plus/sql/foreign_table.sql | 16 ++++++++++
.../pg/9.1_plus/sql/grant_foreign_table.sql        |  9 ++++++
.../templates/grant_wizard/ppas/9.1_plus/acl.json  |  4 +++
.../ppas/9.1_plus/sql/foreign_table.sql            | 16 ++++++++++
.../ppas/9.1_plus/sql/grant_foreign_table.sql      |  9 ++++++
9 files changed, 99 insertions(+)


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

Предыдущее
От: Nikhil Mohite
Дата:
Сообщение: [pgAdmin][RM-5959]: Grant Wizard Modal does not include Foreign Table resources.
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin][RM-5959]: Grant Wizard Modal does not include Foreign Table resources.