File tree 1 file changed +10
-10
lines changed
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -40,16 +40,6 @@ ALTER INDEX ALL IN TABLESPACE <replaceable class="PARAMETER">name</replaceable>
40
40
41
41
<variablelist>
42
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
43
<varlistentry>
54
44
<term><literal>RENAME</literal></term>
55
45
<listitem>
@@ -130,6 +120,16 @@ ALTER INDEX ALL IN TABLESPACE <replaceable class="PARAMETER">name</replaceable>
130
120
131
121
<variablelist>
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>
130
+ </listitem>
131
+ </varlistentry>
132
+
133
133
<varlistentry>
134
134
<term><replaceable class="PARAMETER">name</replaceable></term>
135
135
<listitem>
You can’t perform that action at this time.
0 commit comments