Обсуждение: [pgAdmin III] #93: Recording query history
#93: Recording query history
-----------------------+----------------------------------------------------
Reporter: gleu | Owner: dpage
Type: feature | Status: new
Priority: minor | Milestone:
Component: pgadmin | Version: trunk
Keywords: querytool | Platform: all
-----------------------+----------------------------------------------------
There is/was a similar in the DB2 management GUI which I used a little a
few years back - basically, they have a combo box above the query input
STC (spanning the width of the STC), in which every time you execute a
query, it adds a flattened (ie. \n's replaced with spaces, double spaces
replaced with single) version of the first few lines to the combo list. If
you select one of those queries, it simply replaces the STC contents with
the unflattened version of the original query.
--
Ticket URL: <http://code.pgadmin.org/trac/ticket/93>
pgAdmin III <http://code.pgadmin.org/trac/>
pgAdmin III
#93: Recording query history
-----------------------+----------------------------------------------------
Reporter: gleu | Owner: dpage
Type: feature | Status: new
Priority: minor | Milestone:
Component: pgadmin | Version: trunk
Keywords: querytool | Platform: all
-----------------------+----------------------------------------------------
Comment(by gleu):
Mail from "Little, Douglas":
The tool we're coming from supports a jet based mdb query history. Each
submitted query and response/runtime is recorded in the mdb.
If I have multiple exe's open, the all record to the same local mdb file.
It's a very valuable function.
Would be very nice to have something similar in PGA3. especially when I'm
getting 1-2 crashes daily. Currently I loose my work.
Is there a temp file somewhere that has the current query in it?
--
Ticket URL: <http://code.pgadmin.org/trac/ticket/93#comment:1>
pgAdmin III <http://code.pgadmin.org/trac/>
pgAdmin III
#93: Recording query history
----------------------+-----------------------------------------------------
Reporter: gleu | Owner: dpage
Type: feature | Status: closed
Priority: minor | Milestone: 1.12
Component: pgadmin | Version: trunk
Resolution: fixed | Keywords: querytool
Platform: all |
----------------------+-----------------------------------------------------
Changes (by gleu):
* status: new => closed
* resolution: => fixed
* milestone: => 1.12
Comment:
Done in r8176.
--
Ticket URL: <http://code.pgadmin.org/trac/ticket/93#comment:2>
pgAdmin III <http://code.pgadmin.org/trac/>
pgAdmin III