pgAdmin 4 commit: Allow default ACLs to be specified when creating sche - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Allow default ACLs to be specified when creating sche
Date
Msg-id E1bG3Lu-0000Kq-0H@gothos.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Fix default ACL queries which were using invalid valu
Next
From: Dave Page
Date:
Subject: Re: PATCH: Allow default ACLs to be specified when creating a schema (pgAdmin4)