pgAdmin 4 commit: Allow default ACLs to be specified when creating sche

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Allow default ACLs to be specified when creating sche
Дата
Msg-id E1bG3Lu-0000Kq-0H@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Allow default ACLs to be specified when creating schemas. Fixes #1108.

Branch
------
master

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

Modified Files
--------------
.../servers/databases/schemas/__init__.py              |  6 +++---
.../databases/schemas/templates/schema/js/schema.js    |  2 +-
.../templates/schema/pg/9.1_plus/sql/create.sql        | 18 +++++++-----------
.../templates/schema/pg/9.2_plus/sql/create.sql        | 16 ++++++----------
.../templates/schema/ppas/9.1_plus/sql/create.sql      | 16 ++++++----------
.../templates/schema/ppas/9.2_plus/sql/create.sql      | 16 ++++++----------
6 files changed, 29 insertions(+), 45 deletions(-)


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

Предыдущее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Fix default ACL queries which were using invalid valu
Следующее
От: Dave Page
Дата:
Сообщение: Re: PATCH: Allow default ACLs to be specified when creating a schema (pgAdmin4)