Thread: pgAdmin 4 commit: 1) Ensure that the Owner should not be disabled while

pgAdmin 4 commit: 1) Ensure that the Owner should not be disabled while

From
Akshay Joshi
Date:
1) Ensure that the Owner should not be disabled while creating the procedure. Fixes #7064
2) Fixed an issue where Explain Analyze shows negative exclusive time. Fixes #7003

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9ec8d05a64a17462b02a924dc8e2d516462189d8
Author: Nikhil Mohite <nikhil.mohite@enterprisedb.com>

Modified Files
--------------
docs/en_US/query_tool.rst                                      |  2 +-
docs/en_US/release_notes_6_3.rst                               |  2 ++
.../databases/schemas/functions/static/js/function.ui.js       |  8 +++++++-
.../servers/databases/schemas/functions/static/js/procedure.js |  2 +-
web/pgadmin/misc/static/explain/js/explain.js                  | 10 +++++++---
5 files changed, 18 insertions(+), 6 deletions(-)