Thread: pgAdmin 4 commit: Catch errors when trying to EXPLAIN an invalidquery.

pgAdmin 4 commit: Catch errors when trying to EXPLAIN an invalidquery.

From
Dave Page
Date:
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(-)