From: | Guillaume Lelarge <guillaume(at)lelarge(dot)info> |
---|---|
To: | "pgadmin-hackers" <pgadmin-hackers(at)postgresql(dot)org> |
Subject: | Set statement timeout in the query tool |
Date: | 2009-12-04 09:41:57 |
Message-ID: | 200912041041.57840.guillaume@lelarge.info |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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 | Content-Type | Size |
---|---|---|
ticket109_v4.patch | text/x-patch | 14.9 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2009-12-04 09:52:33 | Re: Set statement timeout in the query tool |
Previous Message | pgAdmin Trac | 2009-12-03 21:33:13 | [pgAdmin III] #109: Add statement_timeout UI on the query tool |