pgAdmin 4 commit: Allow query plans to be downloaded as SVG files.Fixe - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Allow query plans to be downloaded as SVG files.Fixe
Date
Msg-id E1gXOZ8-0006G1-Tk@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Allow query plans to be downloaded as SVG files. Fixes #3589

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d68eede3e6d3a14a8b5f3f61feeee29a80128950

Modified Files
--------------
docs/en_US/images/query_output_explain.png         | Bin 78268 -> 105630 bytes
docs/en_US/images/query_output_explain_details.png | Bin 222783 -> 163617 bytes
docs/en_US/query_tool.rst                          |   3 +
docs/en_US/release_notes_3_7.rst                   |   3 +-
web/pgadmin/browser/static/js/browser.js           |  21 ++
web/pgadmin/misc/static/explain/css/explain.css    |  22 ++-
web/pgadmin/misc/static/explain/js/explain.js      | 211 +++++++++++++++------
.../misc/static/explain/js/svg_downloader.js       |  21 ++
8 files changed, 214 insertions(+), 67 deletions(-)


pgadmin-hackers by date:

Previous
From: Khushboo Vashi
Date:
Subject: [pgAdmin4][Patch]: RM 3433 - query tool not responsive or showing anytab or window when selected
Next
From: Dave Page
Date:
Subject: Re: [pgAdmin4][Patch]: RM #3589 Allow user to save/download Explainplan as JPEG/SVG format