pgAdmin 4 commit: Ensure revoked public privileges are displayed inthe

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Ensure revoked public privileges are displayed inthe
Дата
Msg-id E1dPSXU-0008LD-3b@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Ensure revoked public privileges are displayed in the RE-SQL for functions. Fixes #2507

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d4e77deda466f460debbe37044d44a0c8ad456fa
Author: Khushboo Vashi <khushboo.vashi@enterprisedb.com>

Modified Files
--------------
.../databases/schemas/functions/__init__.py        | 22 ++++++++++++++++++++++
.../templates/function/pg/sql/9.2_plus/create.sql  |  4 ++++
.../templates/function/pg/sql/9.5_plus/create.sql  |  4 ++++
.../templates/function/pg/sql/9.6_plus/create.sql  |  4 ++++
.../templates/function/pg/sql/default/create.sql   |  4 ++++
.../function/ppas/sql/9.2_plus/create.sql          |  4 ++++
.../function/ppas/sql/9.5_plus/create.sql          |  4 ++++
.../function/ppas/sql/9.6_plus/create.sql          |  4 ++++
.../templates/function/ppas/sql/default/create.sql |  4 ++++
.../procedure/ppas/sql/9.2_plus/create.sql         |  4 ++++
.../procedure/ppas/sql/9.5_plus/create.sql         |  4 ++++
.../procedure/ppas/sql/9.6_plus/create.sql         |  4 ++++
.../procedure/ppas/sql/default/create.sql          |  4 ++++
.../trigger_function/pg/sql/9.2_plus/create.sql    |  4 ++++
.../trigger_function/pg/sql/9.5_plus/create.sql    |  4 ++++
.../trigger_function/pg/sql/default/create.sql     |  4 ++++
.../trigger_function/ppas/sql/9.2_plus/create.sql  |  4 ++++
.../trigger_function/ppas/sql/9.5_plus/create.sql  |  4 ++++
.../trigger_function/ppas/sql/default/create.sql   |  4 ++++
19 files changed, 94 insertions(+)


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

Предыдущее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Use client-side url_for in the sql editor and datagr
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4][patch]: Fixed RM #2507 : REVOKE privileges do notdisplay in SQL tab for the function