[pgAdmin4][RM4041] Graphical explain plan is not rendering for a query

From: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin4][RM4041] Graphical explain plan is not rendering for a query
Date: 2019-03-01 08:57:14
Message-ID: CAM9w-_=PBUc6eD-cTY8CCvGNrd4Ohp+uRZBqfoqgu_ufqO2t4g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi Hackers,

This is a regression of json related commit. As json data is sent as text
now, explain plan data (which is json data type) is not displaying.
Attached patch will make the required changes in explain plan.

Kindly review.

--
Thanks and Regards,
Aditya Toshniwal
Software Engineer | EnterpriseDB Software Solutions | Pune
"Don't Complain about Heat, Plant a tree"

Attachment Content-Type Size
RM4041.patch application/octet-stream 3.2 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-03-01 09:07:22 [pgAdmin4][Patch]: RM #3659 Query tool does not give warning when Auto Commit is turned on in an incomplete transaction
Previous Message Khushboo Vashi 2019-03-01 07:06:03 Re: [pgAdmin4][Patch] - Encoding Fixes