PATCH: Graphincal explain integrated in sql editor

From: Sanket Mehta <sanket(dot)mehta(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: PATCH: Graphincal explain integrated in sql editor
Date: 2016-04-21 15:08:04
Message-ID: CA+yw=mM-SrprwXn83xQgmdcHqgNqc13b0BsQtXZvxdv6U2M52A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi Team,

PFA the first patch for graphical explain integrated in sql editor.

Below are the few things which are different from previous patch which was
sent for stand alone graphical explain.

- Now user can select Explain/Explain Analyze with four optional
properties (Verbose, costs, timing and buffers)

- Initially graph will be scale (according to only its width not height)
to fit to screen so no blank space will be there in case of very large
graph.

- Along with zoom in/out button, "zoom to original" button is also
provided, by clicking on which graph will be scale to its original size
(not same as initial one which is according to screen size).

Please do review this patch and let me know in case you have any comments.

Regards,
Sanket Mehta
Sr Software engineer
Enterprisedb

Attachment Content-Type Size
integrated_graphical_explainV1.patch text/x-patch 661.5 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2016-04-21 15:43:13 pgAdmin 4 commit: Allow to change the server-group from the properties
Previous Message Dave Page 2016-04-21 14:51:29 pgAdmin 4 commit: Fix the z-index for graph errors.