pgAdmin 4 commit: Allow to specify special type - 'group' in schema for

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Allow to specify special type - 'group' in schema for
Date: 2016-03-06 13:21:59
Message-ID: E1acYdD-0001xz-Ps@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Allow to specify special type - 'group' in schema for the browser node,
which allows to determine certain group to hide/show the whole
tab/fieldset control in the properties, and create dialog.

Using this functionality in the database for the
'default privileges - types', which is not allowed before PG < 9.2 using
the version check.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=cc08708f231169ed865f746fb773bcfb537a55c4

Modified Files
--------------
.../databases/templates/databases/js/databases.js | 10 +++--
web/pgadmin/static/js/backform.pgadmin.js | 47 +++++++++++++++++++---
2 files changed, 49 insertions(+), 8 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2016-03-06 13:22:37 pgAdmin 4 commit: Trigger an event whenever a register script has been
Previous Message Ashesh Vashi 2016-03-06 11:12:56 Re: PATCH: Preferences/Options dialog