Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1aucwi-0005Kf-6x for pgadmin-hackers@arkaria.postgresql.org; Mon, 25 Apr 2016 09:36:48 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1aucwh-00084U-KQ for pgadmin-hackers@arkaria.postgresql.org; Mon, 25 Apr 2016 09:36:47 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1aucwh-00084M-4P for pgadmin-hackers@postgresql.org; Mon, 25 Apr 2016 09:36:47 +0000 Received: from mail-yw0-x232.google.com ([2607:f8b0:4002:c05::232]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1aucwd-0003YB-6Q for pgadmin-hackers@postgresql.org; Mon, 25 Apr 2016 09:36:45 +0000 Received: by mail-yw0-x232.google.com with SMTP id o66so198295858ywc.3 for ; Mon, 25 Apr 2016 02:36:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=enterprisedb-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:date:message-id:subject:from:to; bh=v3O+2geHTsrwAabqwbpxD9YGSa+V5It4AvZJYrI+ByU=; b=vCUCgfmuKqitlcslftrT7iYPY+ieVl+JCxt/9W6iKs/KCAa6TIPO2f1JU2E+6mBK4W LgdkUrQEb2jhp4pxS/UIVNGthUH8ttr65prfvMSU6w+v/Rj+Q0s9g/ZXiZ/RoORYi1x5 fa33qJT9E1Ys1khUuVo/BBGJfGI6dLMBiv8Vz5JaQJTFItkMMKDCduPLdG3Gawh9ZpFB 92Oym7LsIo6HGadMGIVx5pQEX3oadqNitNyqvA945Lc4Pr4ZK2D4UOeVesqHaqQ8OvtA MJHD31z1TfmtgjvMKtxgjYT9mgVo7d2aNlDRICGfB1itCs2EXlKCpRAH3n28ndDuU6un I92g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to; bh=v3O+2geHTsrwAabqwbpxD9YGSa+V5It4AvZJYrI+ByU=; b=gHBk18pcPbjcEuWbqbLhe6DzoF004K4fZpjpQqVxj0VeI+tQFk6VwWDUj9fZyTAj5x zHlc927xQmmpKRp8AsX5edp77yvETWvaayCGswEsHEdii+9F9ZzqaJ9bEK22+BHzq9gq cvZ4bEtHlopT6n3PbbmBMezW15QZkEmvFRcixMbE0FFsG3Gzdn749x5S6pkB1YB4DXOV pf2AcV40069IBZ5IjtyGo4ZIFxJ1nu1oPHF4DCH4Svgke5rjC7bF4Xybx+MODOjH7KKu FSRWcnp66D4GaVU4LO4ita6LkqeD3Zrn9mq18XInwwJo19aGW3uDG1joQ1zT3Ynsi9tX z2+w== X-Gm-Message-State: AOPr4FXF8yuz0HvdxqvKWfI8QR9Sec8NAJ5LnLJIq0enMftot1rf/awle56Daxtj+MdSAJRmNKG4/HqxklVlkXbp MIME-Version: 1.0 X-Received: by 10.159.35.50 with SMTP id 47mr19194489uae.118.1461577001961; Mon, 25 Apr 2016 02:36:41 -0700 (PDT) Received: by 10.31.164.75 with HTTP; Mon, 25 Apr 2016 02:36:41 -0700 (PDT) In-Reply-To: References: Date: Mon, 25 Apr 2016 15:06:41 +0530 Message-ID: Subject: Re: PATCH: Graphincal explain integrated in sql editor From: Sanket Mehta To: pgadmin-hackers Content-Type: multipart/alternative; boundary=001a113d15b403a50e05314bea0b X-Pg-Spam-Score: -2.6 (--) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgadmin-hackers Precedence: bulk Sender: pgadmin-hackers-owner@postgresql.org --001a113d15b403a50e05314bea0b Content-Type: text/plain; charset=UTF-8 Hi, This patch includes the patch sent earlier for stand alone graphical explain. And also "horizontal lines are not proper" bug is fixed in the same which was reported by Dave in previous patch. Regards, Sanket Mehta Sr Software engineer Enterprisedb On Thu, Apr 21, 2016 at 8:38 PM, Sanket Mehta wrote: > 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 > --001a113d15b403a50e05314bea0b Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi,

This patch includes the patch sent = earlier for stand alone graphical explain.

And als= o "horizontal lines are not proper" bug is fixed in the same whic= h was reported by Dave in previous patch.

Regards,
Sanket Mehta
Sr Software engineer
Enterpr= isedb

On Thu, Apr 21, 2016 at 8:38 PM, Sanket Meht= a <sanket.mehta@enterprisedb.com> wrote:
Hi Team,

PFA= the first patch for graphical explain integrated in sql editor.
=
Below are the few things which are different from previous p= atch which was sent for stand alone graphical explain.

=
=C2=A0- =C2=A0Now user can select Explain/Explain Analyze with four op= tional properties (Verbose, costs, timing and buffers)

=
=C2=A0- 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 l= arge 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 accor= ding 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

--001a113d15b403a50e05314bea0b--