Explain uses incoherent options

From: Vik Reykja <vikreykja(at)gmail(dot)com>
To: PgAdmin Support <pgadmin-support(at)postgresql(dot)org>
Subject: Explain uses incoherent options
Date: 2012-07-27 12:28:51
Message-ID: CALDgxVv=1gZ2TKg5M2ToB_0W+yU7jC3UaAwXmSt5MtDdriAesQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Steps to reproduce:
* start a freshly installed pgAdmin 1.16.0-beta2 and open a query window on
any database
* type the query: "select 1"
* press F7 or choose Explain from the menu

Expected: the explain graph
Observed: ERROR: EXPLAIN option TIMING requires ANALYZE

Since timing is on by default, this means the plain F7 is broken out of the
box. It works as expected if I disable timing in the explain options.

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Michael Shapiro 2012-07-27 12:29:02 Re: SQL pane freezes while editing
Previous Message Guillaume Lelarge 2012-07-27 11:53:38 Re: SQL pane freezes while editing