> > > 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. > > Looks good.
I change in basAction the reindex. I change in basAction the vacuum. I change the vacuum using OO design of pgSchema: pgDatabase.vacuum(...) pgTable.vacuum(...) pgColumn.vacuum(...) Bye !! Frank Lupo (Wolf) !! /\_ _/\ \ o o / --ooo-----ooo--- -- Prendi GRATIS l'email universale che... risparmia: http://www.email.it/f Sponsor: Realizza un desiderio, con Conto Privilegiato basta un click fare di un sogno realtà. Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=1248&d=7-3
patch.zip
Description: Zip compressed data
---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faqs/FAQ.html