File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -786,6 +786,12 @@ Indexes:
786
786
to remove an index.
787
787
</para>
788
788
789
+ <para>
790
+ Like any long-running transaction, <command>CREATE INDEX</command> on a
791
+ table can affect which tuples can be removed by concurrent
792
+ <command>VACUUM</command> on any other table.
793
+ </para>
794
+
789
795
<para>
790
796
Prior releases of <productname>PostgreSQL</productname> also had an
791
797
R-tree index method. This method has been removed because
Original file line number Diff line number Diff line change @@ -401,6 +401,12 @@ Indexes:
401
401
CONCURRENTLY</command> cannot.
402
402
</para>
403
403
404
+ <para>
405
+ Like any long-running transaction, <command>REINDEX</command> on a table
406
+ can affect which tuples can be removed by concurrent
407
+ <command>VACUUM</command> on any other table.
408
+ </para>
409
+
404
410
<para>
405
411
<command>REINDEX SYSTEM</command> does not support
406
412
<command>CONCURRENTLY</command> since system catalogs cannot be reindexed
You can’t perform that action at this time.
0 commit comments