pgAdmin 4 commit: Fix display of graphical query plans for UPDATE/DELET

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix display of graphical query plans for UPDATE/DELET
Date: 2017-02-06 10:43:35
Message-ID: E1caglj-00021c-GO@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix display of graphical query plans for UPDATE/DELETE queries. Fixes #2133

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=4d8683e13ac9988b99fa345a7ddf40dfa2711ffe
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgadmin/misc/templates/explain/js/explain.js | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-02-06 10:45:22 Re: [pgAdmin4][PATCH] To fix graphical explain for Insert/Update/Delete quries
Previous Message Murtuza Zabuawala 2017-02-06 10:33:49 Re: [pgAdmin4][PATCH] To fix graphical explain for Insert/Update/Delete quries