File tree 2 files changed +12
-0
lines changed
2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -823,6 +823,12 @@ Indexes:
823
823
to remove an index.
824
824
</para>
825
825
826
+ <para>
827
+ Like any long-running transaction, <command>CREATE INDEX</command> on a
828
+ table can affect which tuples can be removed by concurrent
829
+ <command>VACUUM</command> on any other table.
830
+ </para>
831
+
826
832
<para>
827
833
Prior releases of <productname>PostgreSQL</productname> also had an
828
834
R-tree index method. This method has been removed because
Original file line number Diff line number Diff line change @@ -404,6 +404,12 @@ Indexes:
404
404
CONCURRENTLY</command> cannot.
405
405
</para>
406
406
407
+ <para>
408
+ Like any long-running transaction, <command>REINDEX</command> on a table
409
+ can affect which tuples can be removed by concurrent
410
+ <command>VACUUM</command> on any other table.
411
+ </para>
412
+
407
413
<para>
408
414
<command>REINDEX SYSTEM</command> does not support
409
415
<command>CONCURRENTLY</command> since system catalogs cannot be reindexed
You can’t perform that action at this time.
0 commit comments