Re: pgAdmin III VACUUM Support...

From: Andreas Pflug <Andreas(dot)Pflug(at)web(dot)de>
To: Dave Page <dpage(at)vale-housing(dot)co(dot)uk>, pgadmin-hackers(at)postgresql(dot)org
Subject: Re: pgAdmin III VACUUM Support...
Date: 2003-05-02 13:18:12
Message-ID: 3EB27014.8090802@web.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Dave Page wrote:

>... Is now committed to CVS. It works with Tables and Databases and
>supports full, freeze and analyze.
>
>I've also cleaned up a few things here and there.
>
>
>
Hi Dave,

there are still some problems about this.
If the vacuum window is closed using the window close button instead of
"Cancel", vacuum will be performed. This is fixed.
Since VACUUM is a longer running query, this should be abortable.
Additionally, the UI is freezed if a normal pgSet is used. Instead, this
should be implemented using pgQueryThread.

I'd like to see some kind of animation while VACUUM is running (users
LOVE this kind of gimmick!), do we have some artist around here?

Regards,
Andreas

PS: Database properties/CREATE/DROP are supported now.

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2003-05-02 13:24:02 Re: pgAdmin III VACUUM Support...
Previous Message Dave Page 2003-05-02 11:29:51 pgAdmin III VACUUM Support...