Contents
reindexdb
A utility for reindexing a running database
reindexdb
is a core utility for reindexing a running database.
reindexdb
was added (as a contrib module) in PostgreSQL 7.3.
Change history
- PostgreSQL 14
- option
--tablespace
added (commit 57e6db70)
- option
- PostgreSQL 13
- option
--jobs
added (commit 5ab892c3)
- option
- PostgreSQL 12
- option
--concurrently
added (commit 5dc92b84)
- option
- PostgreSQL 9.5
- PostgreSQL 9.3
- option
-t/--table
can be provided multiple times (commit f3af5344)
- option
- PostgreSQL 9.2
--maintenance-db
option added (commit 68281e00)
- PostgreSQL 8.4
-w
/--no-password
option added (commit 9de59fd1)
- PostgreSQL 8.3
- Ctrl-C interrupt handler added (commit 6e09df9d)
- PostgreSQL 8.1
- converted to a core utility (commit 85e9a5a0)
- PostgreSQL 7.3
- added (as a contrib module; commit 485fc354)
References
- PostgreSQL documentation: reindexdb