We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20d9489 commit fbbcbdeCopy full SHA for fbbcbde
doc/src/sgml/ref/alter_index.sgml
@@ -87,10 +87,11 @@ ALTER INDEX ALL IN TABLESPACE <replaceable class="parameter">name</replaceable>
87
</varlistentry>
88
89
<varlistentry>
90
- <term><literal>ATTACH PARTITION</literal></term>
+ <term><literal>ATTACH PARTITION <replaceable class="parameter">index_name</replaceable></literal></term>
91
<listitem>
92
<para>
93
- Causes the named index to become attached to the altered index.
+ Causes the named index (possibly schema-qualified) to become attached
94
+ to the altered index.
95
The named index must be on a partition of the table containing the
96
index being altered, and have an equivalent definition. An attached
97
index cannot be dropped by itself, and will automatically be dropped
0 commit comments