Re: reindex action - Mailing list pgadmin-hackers

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

> -----Original Message-----
> From: frank_lupo [mailto:frank_lupo@email.it]
> Sent: 05 March 2003 21:13
> To: pgadmin-hackers
> Subject: [pgadmin-hackers] reindex action
>
>
> I developed a reindex command (table,index no database).

Sorry Frank - this breaks the OO design of pgSchema. Unless there are
exceptional circumstances, anything that occurs to an object should be
implemented as a method of that object, so I would expect to see methods
like:

pgIndex.ReIndex()
pgDatabase.ReIndex()
pgTable.ReIndex()

Can you recode it in that fashion please?

Thanks, Dave.

pgadmin-hackers by date:

Previous
From: "Dave Page"
Date:
Subject: Re: PGAdmin 3 Patch // Memory Leaks Fixed // Ignore last patch
Next
From: efesar
Date:
Subject: Re: PGAdmin 3 Patch // Memory Leaks Fixed // Ignore last patch