pgAdmin 4 commit: 1) Ensure that the Owner should not be disabled while - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: 1) Ensure that the Owner should not be disabled while
Date
Msg-id E1mvHci-0002NZ-El@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
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(-)


pgadmin-hackers by date:

Previous
From: Nikhil Mohite
Date:
Subject: [pgAdmin][RM-7064]: Owner is disabled while creating procedure.
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM-7003]: Explain Analyze shows negative exclusive time