pgAdmin III commit: Fix the TIMING option

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Fix the TIMING option
Date: 2012-07-28 15:48:01
Message-ID: E1Sv9FJ-00017T-ME@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix the TIMING option

By default, the user cannot do an explain without unsetting the TIMING option.
This patch allows EXPLAIN and EXPLAIN ANALYZE at any time, whatever options
are set. Unapplicable options are ignored for EXPLAIN.

Branch
------
REL-1_16_0_PATCHES

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=3183519f9a99ab5ba9182969effc98e47051b4a2
Author: Vik Reykja <vikreykja(at)gmail(dot)com>

Modified Files
--------------
pgadmin/frm/frmQuery.cpp | 26 ++++----------------------
1 files changed, 4 insertions(+), 22 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2012-07-28 15:53:03 pgAdmin III commit: Update polish translation
Previous Message Guillaume Lelarge 2012-07-28 15:35:58 Re: Polish translation of the website