mirror of
https://github.com/postgres/postgres.git
synced 2026-05-21 01:37:50 -04:00
doc: Mention validation attempt during ALTER INDEX .. ATTACH PARTITION
Since 9d3e094f12, the command tries to validate the parent index of the
named index, if invalid. The documentation did not mention this
behavior, which could be confusing.
Author: Mohamed ALi <moali.pg@gmail.com>
Discussion: https://postgr.es/m/CAGnOmWpHu25_LpT=zv7KtetQhqV1QEZzFYLd_TDyOLu1Od9fpw@mail.gmail.com
Backpatch-through: 14
This commit is contained in:
parent
7bb5196358
commit
8f2429ff24
1 changed files with 5 additions and 0 deletions
|
|
@ -97,6 +97,11 @@ ALTER INDEX ALL IN TABLESPACE <replaceable class="parameter">name</replaceable>
|
|||
index cannot be dropped by itself, and will automatically be dropped
|
||||
if its parent index is dropped.
|
||||
</para>
|
||||
<para>
|
||||
If the named index is already attached to the altered index, the
|
||||
command will attempt to validate the parent index if the parent is
|
||||
currently invalid.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue