Re: Re[2]:
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Michael Paquier <michael@paquier.xyz>
Cc: Andrey Klychkov <aaklychkov@mail.ru>,
Peter Eisentraut <peter.eisentraut@2ndquadrant.com>,
pgsql-bugs@lists.postgresql.org
Date: 2020-05-28T13:14:20Z
Lists: pgsql-bugs
Michael Paquier <michael@paquier.xyz> writes:
> I don't think we should have any duplication between the REINDEX and
> reindexdb pages, and we have that in reindexdb:
> --concurrently
> Use the CONCURRENTLY option. See REINDEX for further information.
> An idea would be to append to the second sentence something like
> "where all the caveats of this option are explained in details"?
+1, but I'd change the whole sentence. Maybe
Use the CONCURRENTLY option. See REINDEX, where all the caveats of
this option are explained in detail.
regards, tom lane
Commits
-
Doc: Mention about caveats of --concurrently on reindexdb page
- 38be24228dcd 12.4 landed
- 9b60c4b979bc 13.0 landed