File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -37,16 +37,6 @@ ALTER INDEX [ IF EXISTS ] <replaceable class="PARAMETER">name</replaceable> RESE
37
37
38
38
<variablelist>
39
39
40
- <varlistentry>
41
- <term><literal>IF EXISTS</literal></term>
42
- <listitem>
43
- <para>
44
- Do not throw an error if the index does not exist. A notice is issued
45
- in this case.
46
- </para>
47
- </listitem>
48
- </varlistentry>
49
-
50
40
<varlistentry>
51
41
<term><literal>RENAME</literal></term>
52
42
<listitem>
@@ -106,6 +96,16 @@ ALTER INDEX [ IF EXISTS ] <replaceable class="PARAMETER">name</replaceable> RESE
106
96
107
97
<variablelist>
108
98
99
+ <varlistentry>
100
+ <term><literal>IF EXISTS</literal></term>
101
+ <listitem>
102
+ <para>
103
+ Do not throw an error if the index does not exist. A notice is issued
104
+ in this case.
105
+ </para>
106
+ </listitem>
107
+ </varlistentry>
108
+
109
109
<varlistentry>
110
110
<term><replaceable class="PARAMETER">name</replaceable></term>
111
111
<listitem>
You can’t perform that action at this time.
0 commit comments