pgAdmin 4 commit: Allow to specify special type - 'group' in schema for - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: Allow to specify special type - 'group' in schema for
Date
Msg-id E1acYdD-0001xz-Ps@gothos.postgresql.org
Whole thread Raw
List 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(-)


pgadmin-hackers by date:

Previous
From: Ashesh Vashi
Date:
Subject: Re: PATCH: Preferences/Options dialog
Next
From: Ashesh Vashi
Date:
Subject: pgAdmin 4 commit: Trigger an event whenever a register script has been