Contents
REINDEX
A utility command for rebuilding indexes
REINDEX
is a utility command for rebuilding indexes.
REINDEX
was added in PostgreSQL 7.0.
Change history
- PostgreSQL 14
- PostgreSQL 12
CONCURRENTLY
option added (5dc92b84)- progress of
REINDEX
can be tracked withpg_stat_progress_create_index
(commit ab0dfc96)
- PostgreSQL 9.5
- PostgreSQL 8.1
REINDEX SYSTEM
option added (commit 4cc7a93d)
- PostgreSQL 7.0
- added (commit e3a97b37)
References
- PostgreSQL documentation: REINDEX