> -----Original Message-----
> From: frank_lupo [mailto:frank_lupo@email.it]
> Sent: 07 March 2003 15:16
> To: Dave Page
> Cc: pgadmin-hackers
> Subject: Re: [pgadmin-hackers] reindex action
>
>
> I change in basAction the reindex.
Ooops, I just did that. Thanks anyway.
> I change in basAction the vacuum.
> I change the vacuum using OO design of pgSchema:
OK, I noticed that broke the rules a minute ago.
>
> pgDatabase.vacuum(...)
> pgTable.vacuum(...)
> pgColumn.vacuum(...)
There's no need for VACUUM VERBOSE as pgAdmin can't display the output
anyway. Can you also create a patch against CVS tip for frmMain to go
with this please (updates for the popup menu and toolbar) - I don't have
much time to work on these things at the moment.
Regards, Dave.