pgsql: Doc: Mention about caveats of --concurrently on reindexdb page

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: Mention about caveats of --concurrently on reindexdb page
Date: 2020-05-31 01:50:20
Message-ID: E1jfD7E-0001oR-St@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: Mention about caveats of --concurrently on reindexdb page

The documentation of REINDEX includes a complete description of
CONCURRENTLY and its advantages as well as its disadvantages, but
reindexdb was not really clear about all that.

From discussion with Tom Lane, based on a report from Andrey Klychkov.

Discussion: https://postgr.es/m/1590486572.205117372@f500.i.mail.ru
Backpatch-through: 12

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9b60c4b979bce060495e2b05ba01d1cc6bffdd2d

Modified Files
--------------
doc/src/sgml/ref/reindexdb.sgml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tomas Vondra 2020-05-31 13:21:45 pgsql: Use CP_SMALL_TLIST for hash aggregate
Previous Message Fujii Masao 2020-05-29 08:15:29 pgsql: doc: Update the layout of "Viewing Statistics" section.