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.