Re: [pgadmin-hackers] Progress bar suggestion...

2009-11-27 Thread Christophe Dupriez
Thanks Dave for the fast reaction! I certainly understand it is not trivial: some way to poll the current state of execution of a transaction would have to be implemented. The idea of using EXPLAIN was simply that if (and only if) it would simplify the implementation (because it gives the ove

Re: [pgadmin-hackers] Progress bar suggestion...

2009-11-27 Thread Dave Page
On Fri, Nov 27, 2009 at 3:27 PM, Christophe Dupriez wrote: > Hi! > > I am using PgAdmin III and really like it a lot. > Some SQL queries are longer than other and I would like to suggest to have a > smarter progress bar than the milliseconds counter. > > I would suggest (if user enables it) that a

[pgadmin-hackers] Progress bar suggestion...

2009-11-27 Thread Christophe Dupriez
Hi! I am using PgAdmin III and really like it a lot. Some SQL queries are longer than other and I would like to suggest to have a smarter progress bar than the milliseconds counter. I would suggest (if user enables it) that a progress bar giving the % of completion of the evaluation steps. *