Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 9b60c4b

Browse files
committed
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
1 parent 92f9468 commit 9b60c4b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/src/sgml/ref/reindexdb.sgml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,9 @@ PostgreSQL documentation
122122
<term><option>--concurrently</option></term>
123123
<listitem>
124124
<para>
125-
Use the <literal>CONCURRENTLY</literal> option. See <xref
126-
linkend="sql-reindex"/> for further information.
125+
Use the <literal>CONCURRENTLY</literal> option. See
126+
<xref linkend="sql-reindex"/>, where all the caveats of this option
127+
are explained in detail.
127128
</para>
128129
</listitem>
129130
</varlistentry>

0 commit comments

Comments
 (0)