PATCH: Fix Explain data output column not auto-sizing - Mailing list pgadmin-hackers

From J.F. Oster
Subject PATCH: Fix Explain data output column not auto-sizing
Date
Msg-id 1723916536.20141024210232@mail.ru
Whole thread Raw
Responses Re: PATCH: Fix Explain data output column not auto-sizing
List pgadmin-hackers
Hello!

There is a small bug with Explain data output.

Steps to reproduce:

1. Open a new Query window.
2. Perform Explain of any query. Switch to "Data output" tab. Column
was auto-sized, ok.
3. Execute the query.
4. Perform Explain again. Switch to "Data output" tab. Column wasn't
auto-sized this time, it is too narrow and user has to resize it
manually.

Here is a fix, please see attachment.

--
Best regards,
 J.F.

Attachment

pgadmin-hackers by date:

Previous
From: Ashesh Vashi
Date:
Subject: pgAdmin III commit: Read about the columnlist for the UPDATE OF stateme
Next
From: "J.F. Oster"
Date:
Subject: PATCH: Support smallserial columns in Edit Data window