From: | Dave Page <dpage(at)pgadmin(dot)org> |
---|---|
To: | pgadmin-hackers(at)postgresql(dot)org |
Subject: | pgAdmin 4 commit: Catch errors when trying to EXPLAIN an invalid query. |
Date: | 2018-04-12 09:51:01 |
Message-ID: | E1f6Ysf-0004Af-ES@gothos.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(dot)zabuawala(at)enterprisedb(dot)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(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2018-04-12 09:51:24 | Re: [pgAdmin4][RM#3257] Fix for explain functionality |
Previous Message | Aditya Toshniwal | 2018-04-12 09:29:08 | Re: [pgAdmin4][RM#3179] Error message displayed if click on sql pane of Trigger function |