pgadmin-org / pgadmin3

Archive of the pgAdmin III project
https://www.pgadmin.org/
Other
178 stars 82 forks source link

Default width of EXPLAIN ANALYZE output (RM #516) #286

Open dpage opened 13 years ago

dpage commented 13 years ago

Issue migrated from Redmine: https://redmine.postgresql.org/issues/516 Originally created by Anonymous at 2010-10-29 06:18:21 UTC.

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.