Re: reindex action

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "frank_lupo" <frank_lupo(at)email(dot)it>
Cc: "pgadmin-hackers" <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: reindex action
Date: 2003-03-07 15:26:18
Message-ID: 03AF4E498C591348A42FC93DEA9661B8259D39@mail.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

> -----Original Message-----
> From: frank_lupo [mailto:frank_lupo(at)email(dot)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.

Browse pgadmin-hackers by date

  From Date Subject
Next Message frank_lupo 2003-03-11 08:16:42 import definition of column ...
Previous Message Dave Page 2003-03-07 15:21:00 Re: reindex action