diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2014-04-14 23:15:05 -0400 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2014-04-15 00:44:25 -0400 |
commit | c92c3d50d7fbe7391b5fc864b444346b2db29ffe (patch) | |
tree | f013c8c717ca03f1a69d34e206c22f7c7cdf22f0 /src/backend/commands/dbcommands.c | |
parent | 0d3b2b80aa6aee753f372bb0300a131691e9f55c (diff) | |
download | postgresql-c92c3d50d7fbe7391b5fc864b444346b2db29ffe.tar.gz postgresql-c92c3d50d7fbe7391b5fc864b444346b2db29ffe.zip |
vacuumdb: Add option --analyze-in-stages
Add vacuumdb option --analyze-in-stages which runs ANALYZE three times
with different configuration settings, adopting the logic from the
analyze_new_cluster.sh script that pg_upgrade generates. That way,
users of pg_dump/pg_restore can also use that functionality.
Change pg_upgrade to create the script so that it calls vacuumdb instead
of implementing the logic itself.
Diffstat (limited to 'src/backend/commands/dbcommands.c')
0 files changed, 0 insertions, 0 deletions