We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentf2fcad2 commit2143f5eCopy full SHA for 2143f5e
doc/src/sgml/ref/alter_index.sgml
@@ -40,16 +40,6 @@ ALTER INDEX ALL IN TABLESPACE <replaceable class="PARAMETER">name</replaceable>
40
41
<variablelist>
42
43
- <varlistentry>
44
- <term><literal>IF EXISTS</literal></term>
45
- <listitem>
46
- <para>
47
- Do not throw an error if the index does not exist. A notice is issued
48
- in this case.
49
- </para>
50
- </listitem>
51
- </varlistentry>
52
-
53
<varlistentry>
54
<term><literal>RENAME</literal></term>
55
<listitem>
@@ -130,6 +120,16 @@ ALTER INDEX ALL IN TABLESPACE <replaceable class="PARAMETER">name</replaceable>
130
120
131
121
132
122
123
+ <varlistentry>
124
+ <term><literal>IF EXISTS</literal></term>
125
+ <listitem>
126
+ <para>
127
+ Do not throw an error if the index does not exist. A notice is issued
128
+ in this case.
129
+ </para>
+ </listitem>
+ </varlistentry>
+
133
134
<term><replaceable class="PARAMETER">name</replaceable></term>
135