OSDN Git Service

To reduce confusion over whether VACUUM FULL is needed for anti-wraparound
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 11 Dec 2008 18:16:18 +0000 (18:16 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 11 Dec 2008 18:16:18 +0000 (18:16 +0000)
commit17dc17366093a84232170be1497a52049283fa75
tree48301f1b773306ddfa7c22a03cda7b2139dfa0ff
parentd9346f2186c51fbc7d3351d7e00d84e937c80925
To reduce confusion over whether VACUUM FULL is needed for anti-wraparound
vacuuming (it's not), say "database-wide VACUUM" instead of "full-database
VACUUM" in the relevant hint messages.  Also, document the permissions needed
to do this.  Per today's discussion.
doc/src/sgml/maintenance.sgml
doc/src/sgml/ref/vacuum.sgml
src/backend/access/transam/varsup.c