Set statement timeout in the query tool - Mailing list pgadmin-hackers

From Guillaume Lelarge
Subject Set statement timeout in the query tool
Date
Msg-id 200912041041.57840.guillaume@lelarge.info
Whole thread Raw
Responses Re: Set statement timeout in the query tool
List pgadmin-hackers
Hi,

Someone, on a french PostgreSQL forum, ask me for a statement timeout UI in
the query tool. Here is what I've done so far:

 * add a config in the Query tab of the Options window;
 * add a textbox in the toolbar of the query tool;
 * each query executed will first get the old statement_timeout value, set
   statement_timeout to the text box one (which is initialized with the config
   value), execute the real query, and then get back to the old value

I checked the UI on Windows, Mac OS X, and Linux.

The patch is attached.

Comments?


--
Guillaume.
 http://www.postgresqlfr.org
 http://dalibo.com

Attachment

pgadmin-hackers by date:

Previous
From: "pgAdmin Trac"
Date:
Subject: [pgAdmin III] #109: Add statement_timeout UI on the query tool
Next
From: Dave Page
Date:
Subject: Re: Set statement timeout in the query tool