pgAdmin 4 commit: Ensure that the user should be able to add members in

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure that the user should be able to add members in
Date: 2021-06-08 14:26:50
Message-ID: E1lqcgs-0001jz-PY@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ensure that the user should be able to add members in Login/Role group while creating it. Fixes #6466

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=93ddc4a5ba5faa997eb373526b4076525880531d
Author: Nikhil Mohite <nikhil(dot)mohite(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_5_4.rst | 1 +
.../servers/roles/templates/roles/sql/9.1_plus/create.sql | 7 +++++++
.../servers/roles/templates/roles/sql/9.4_plus/create.sql | 7 +++++++
3 files changed, 15 insertions(+)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-06-08 14:27:15 Re: [pgAdmin][RM-6466]: Unable to add members in Login/Role group while creating it
Previous Message Akshay Joshi 2021-06-08 14:25:35 Re: [pgAdmin][Patch] - Housekeeping #4622 - Add RE-SQL/MSQL test cases for Tables