> -----Original Message-----
> From: frank_lupo [mailto:[EMAIL PROTECTED] 
> Sent: 06 March 2003 14:41
> To: Dave Page
> Cc: pgadmin-hackers
> Subject: Re: [pgadmin-hackers] reindex action
> 
> 
> > 
> > 
> > > -----Original Message-----
> > > From: frank_lupo [mailto:[EMAIL PROTECTED]
> > > 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.
> > 
> 
> Excuse, I have corrected the schema. 

Thanks. I have added the basActions/frmMain code and committed it.

Regards, Dave.

---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faqs/FAQ.html

Reply via email to