Re: Explain uses incoherent options

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: Vik Reykja <vikreykja(at)gmail(dot)com>
Cc: PgAdmin Support <pgadmin-support(at)postgresql(dot)org>
Subject: Re: Explain uses incoherent options
Date: 2012-07-27 12:47:43
Message-ID: 1343393263.1959.84.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

On Fri, 2012-07-27 at 14:28 +0200, Vik Reykja wrote:
> 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.

You're right. I decided to set it up by default, but it has this issue
when you don't use the ANALYZE option. I'll need to find another way.
Thank you.

--
Guillaume
http://blog.guillaume.lelarge.info
http://www.dalibo.com

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Colin Beckingham 2012-07-27 13:27:57 Wxwidgets has gone to 2.9.4
Previous Message Guillaume Lelarge 2012-07-27 12:45:20 Re: SQL pane freezes while editing