> pg_utility vacuum -t tab1 -t tab2               # what vacuumdb does
> pg_utility analyze -t tab1 -t tab2              # what vacuumdb -Z does
> pg_utility vacuum analyze -t tab1 -t tab2       # what vacuumdb -z does
> pg_utility cluster -t tab1 -t tab2              # what clusterdb does
> pg_utility reindex -t tab1 -t tab2              # what reindexdb does

Is the idea to get rid of most of bin/scripts and replace them with a single
pg_utility? or will it just be a wrapper for the existing utilities? meaning
they will still work stand-alone.

--
Sami Imseih
Amazon Web Services (AWS)


Reply via email to