Re: reindex action - Mailing list pgadmin-hackers

From Dave Page
Subject Re: reindex action
Date
Msg-id 03AF4E498C591348A42FC93DEA9661B8259D39@mail.vale-housing.co.uk
Whole thread Raw
List pgadmin-hackers

> -----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.


pgadmin-hackers by date:

Previous
From: "Dave Page"
Date:
Subject: Re: reindex action
Next
From: "frank_lupo"
Date:
Subject: import definition of column ...