pgsql: Mention REINDEX CONCURRENTLY in documentation about index mainte

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Mention REINDEX CONCURRENTLY in documentation about index mainte
Date: 2019-04-27 00:07:07
Message-ID: E1hKArz-00009t-CZ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Mention REINDEX CONCURRENTLY in documentation about index maintenance

The documentation includes a section about index maintenance and
reindexing, mentioning a set of steps based on CREATE INDEX CONCURRENTLY
and ALTER TABLE (for constraint dependencies) to emulate REINDEX
CONCURRENTLY. Now that REINDEX CONCURRENTLY is supported, let's just
directly mention it instead.

Reported-by: Peter Geoghegan
Author: Michael Paquier
Reviewed-by: Peter Eisentraut, Tom Lane
Discussion: https://postgr.es/m/CAH2-WzmEL168t6w29aKrKXtpq9-apcmp0HC7K-fKt6ZgLXV6Dg@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a967878414f906a7f88842424c667a5ac31b9625

Modified Files
--------------
doc/src/sgml/maintenance.sgml | 17 ++++-------------
1 file changed, 4 insertions(+), 13 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2019-04-27 01:21:10 pgsql: Portability fix for zic.c.
Previous Message Tom Lane 2019-04-26 23:48:16 pgsql: Sync our copy of the timezone library with IANA release tzcode20