pgAdmin 4 commit: Handle the template property on databases appropriate

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Handle the template property on databases appropriate
Date: 2016-11-25 10:11:45
Message-ID: E1cADTt-0004dY-7V@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Handle the template property on databases appropriately. Fixes #1800

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=66b9e22d01489cccd213b71f641f9034ac7f28c9
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>

Modified Files
--------------
.../servers/databases/templates/databases/js/databases.js | 12 +++++++++++-
.../templates/databases/sql/9.1_plus/properties.sql | 6 +++---
.../templates/databases/sql/9.2_plus/properties.sql | 6 +++---
.../templates/databases/sql/9.3_plus/properties.sql | 6 +++---
4 files changed, 20 insertions(+), 10 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-11-25 10:11:53 Re: PATCH: To fix issue in database node (pgAdmin4)
Previous Message Dave Page 2016-11-25 10:07:06 Re: PATCH: To fix the issue of column order in Primary Key/Index constraints (pgAdmin4)