[pgAdmin III] #272: Default width of EXPLAIN ANALYZE output

From: "pgAdmin Trac" <trac(at)code(dot)pgadmin(dot)org>
To:
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: [pgAdmin III] #272: Default width of EXPLAIN ANALYZE output
Date: 2010-10-29 06:18:21
Message-ID: 053.8cca8204f43450df49aa438917c134aa@code.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

#272: Default width of EXPLAIN ANALYZE output
--------------------------+-------------------------------------------------
Reporter: Erik Rijkers | Owner: dpage
Type: feature | Status: new
Priority: minor | Milestone:
Component: pgadmin | Version: trunk
Keywords: querytool | Platform: all
--------------------------+-------------------------------------------------
Some time ago I sent the request below to pgadmin-hackers, but never saw a
reply. I post here in case that was on the wrong list. (I didn't
recognize any of the todo items)

I like pgadmin, and I use especially the Query Tool often.

In the Query Tool, the automatic resizing of column width forces one to
resize the data grid each time an explain is run. (because de width gets
set to the lenght of teh string "QUERY PLAN", which is the name of the
'column').

It would be good to special-case analyze output, and make that one-column
output grid of explain [analyze] as wide as the current window.

--
Ticket URL: <http://code.pgadmin.org/trac/ticket/272>
pgAdmin III <http://code.pgadmin.org/trac/>
pgAdmin III

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2010-10-29 06:21:30 pgAdmin III commit: Select old values when connecting to another server
Previous Message Guillaume Lelarge 2010-10-29 05:21:46 Re: Ticket 242: Add support for 9.1 ALTER TYPE new syntax