pgAdmin 4 commit: Catch errors when trying to EXPLAIN an invalidquery. - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Catch errors when trying to EXPLAIN an invalidquery.
Date
Msg-id E1f6Ysf-0004Af-ES@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Catch errors when trying to EXPLAIN an invalid query. Fixes #3257

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c08adb5567f52be95435fa8bd055233d1435ae50
Author: Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes.rst                       |  1 +
docs/en_US/release_notes_3_1.rst                   | 17 +++++++++++++++
.../sqleditor/sql/10_plus/explain_plan.sql         | 24 ++++++++--------------
.../sqleditor/sql/9.2_plus/explain_plan.sql        | 21 +++++++------------
.../sqleditor/sql/default/explain_plan.sql         | 19 ++++++-----------
.../sqleditor/sql/gpdb_5.0_plus/explain_plan.sql   |  6 +-----
.../sqleditor/tests/test_explain_plan_templates.py | 12 +++++------
7 files changed, 46 insertions(+), 54 deletions(-)


pgadmin-hackers by date:

Previous
From: Aditya Toshniwal
Date:
Subject: Re: [pgAdmin4][RM#3179] Error message displayed if click on sql paneof Trigger function
Next
From: Dave Page
Date:
Subject: Re: [pgAdmin4][RM#3257] Fix for explain functionality