diff options
Diffstat (limited to 'doc/src/sgml/ref/reindex.sgml')
-rw-r--r-- | doc/src/sgml/ref/reindex.sgml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/reindex.sgml b/doc/src/sgml/ref/reindex.sgml index 36cb4a455b7..336ca24b312 100644 --- a/doc/src/sgml/ref/reindex.sgml +++ b/doc/src/sgml/ref/reindex.sgml @@ -475,8 +475,6 @@ Indexes: Like any long-running transaction, <command>REINDEX</command> on a table can affect which tuples can be removed by concurrent <command>VACUUM</command> on any other table. - Excepted from this are operations with the <literal>CONCURRENTLY</literal> - option for indexes that are not partial and do not index any expressions. </para> <para> |