Vacuum full and reindex - Mailing list pgsql-docs

From PG Doc comments form
Subject Vacuum full and reindex
Date
Msg-id 162244628359.9361.6826337722483866341@wrigleys.postgresql.org
Whole thread Raw
List pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/12/docguide.html
Description:

The documentation for vacuum FULL since 9.0 should mentioned that 
reindexing is included in the process.
For the moment, to get this information, we have to read
https://www.postgresql.org/docs/13/routine-vacuuming.html and find it buried
in the first tip : "you will need to use VACUUM FULL, or alternatively
CLUSTER or one of the table-rewriting variants of ALTER TABLE. These
commands rewrite an entire new copy of the table and build new indexes for
it"

Regards

pgsql-docs by date:

Previous
From: Laurenz Albe
Date:
Subject: Re: Note that ALTER TABLE cannot alter generated stored columns
Next
From: Peter Eisentraut
Date:
Subject: Simplify COMMENT and SECURITY LABEL documentation