pgAdmin 4 commit: Allow selection of 'PUBLIC' as a role in privileges.

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Allow selection of 'PUBLIC' as a role in privileges.
Дата
Msg-id E1bNKZV-0005dt-LN@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Allow selection of 'PUBLIC' as a role in privileges. Fixes #1416

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f79ca32e451b2f68f42d14a14620c02784b3249f
Author: Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>

Modified Files
--------------
.../tables/column/templates/column/macros/privilege.macros   |  6 +++---
.../schemas/tables/templates/column/macros/privilege.macros  |  6 +++---
.../schemas/templates/macros/functions/privilege.macros      |  6 +++---
.../schemas/templates/macros/schemas/privilege.macros        |  6 +++---
.../servers/templates/macros/default_privilege.macros        | 12 ++++++------
.../server_groups/servers/templates/macros/privilege.macros  |  6 +++---
web/pgadmin/browser/server_groups/servers/utils.py           |  7 ++++++-
7 files changed, 27 insertions(+), 22 deletions(-)


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

Предыдущее
От: Surinder Kumar
Дата:
Сообщение: Re: [pgAdmin4][Patch]: RM#1432 - File Browser - File does not exist error
Следующее
От: Dave Page
Дата:
Сообщение: Re: PATCH: To fix issue using PUBLIC as role (pgAdmin4)