Ensure that the user should be able to kill the session from Dashboard if the user has a 'pg_signal_backend' role. Fixes #6159

This commit is contained in:
Nikhil Mohite
2021-02-26 12:30:30 +05:30
committed by Akshay Joshi
parent f77fceb1b2
commit 8279e7e01c
4 changed files with 39 additions and 5 deletions

View File

@@ -11,6 +11,7 @@ notes for it.
.. toctree::
:maxdepth: 1
release_notes_5_1
release_notes_5_0
release_notes_4_30
release_notes_4_29

View File

@@ -0,0 +1,20 @@
************
Version 5.1
************
Release date: 2021-03-25
This release contains a number of bug fixes and new features since the release of pgAdmin4 5.0.
New features
************
Housekeeping
************
Bug fixes
*********
| `Issue #6159 <https://redmine.postgresql.org/issues/6159>`_ - Ensure that the user should be able to kill the session from Dashboard if the user has a 'pg_signal_backend' role.