mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Show the login roles that are members of a group role be shown when examining a group role. Fixes #5404
This commit is contained in:
committed by
Akshay Joshi
parent
68132e2a8f
commit
7bad4ca535
Binary file not shown.
|
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 80 KiB |
@@ -9,6 +9,7 @@ This release contains a number of bug fixes and new features since the release o
|
||||
New features
|
||||
************
|
||||
|
||||
| `Issue #5404 <https://redmine.postgresql.org/issues/5404>`_ - Show the login roles that are members of a group role be shown when examining a group role.
|
||||
| `Issue #6268 <https://redmine.postgresql.org/issues/6268>`_ - Make 'kerberos' an optional feature in the Python wheel, to avoid the need to install MIT Kerberos on the system by default.
|
||||
| `Issue #6270 <https://redmine.postgresql.org/issues/6270>`_ - Added '--replace' option in Import server to replace the list of servers with the newly imported one.
|
||||
|
||||
|
||||
@@ -71,11 +71,11 @@ Use the *Privileges* tab to grant privileges to the role.
|
||||
:alt: Role dialog membership tab
|
||||
:align: center
|
||||
|
||||
* Specify members of the role in the *Role Membership* field. Click inside the
|
||||
*Roles* field to select role names from a drop down list. Confirm each
|
||||
selection by checking the checkbox to the right of the role name; delete a
|
||||
selection by clicking the *x* to the left of the role name. Membership conveys
|
||||
the privileges granted to the specified role to each of its members.
|
||||
* Specify member of the role in the *Member of* field and specify the members in the *Member* field.
|
||||
Confirm each selection by checking the checkbox to the right of the role name;
|
||||
delete a selection by clicking the *x* to the left of the role name.
|
||||
Membership conveys the privileges granted to the specified role to each of
|
||||
its members.
|
||||
|
||||
Click the *Parameters* tab to continue.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user