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

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Allow default ACLs to be specified when creating sche
Date: 2016-06-23 12:03:22
Message-ID: E1bG3Lu-0000Kq-0H@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)zabuawala(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-06-23 12:03:32 Re: PATCH: Allow default ACLs to be specified when creating a schema (pgAdmin4)
Previous Message Dave Page 2016-06-23 12:02:34 pgAdmin 4 commit: Fix default ACL queries which were using invalid valu