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 parentf3d1749 commit6929e7fCopy full SHA for 6929e7f
doc/src/sgml/ref/alter_index.sgml
@@ -39,16 +39,6 @@ ALTER INDEX ALL IN TABLESPACE <replaceable class="PARAMETER">name</replaceable>
39
40
<variablelist>
41
42
- <varlistentry>
43
- <term><literal>IF EXISTS</literal></term>
44
- <listitem>
45
- <para>
46
- Do not throw an error if the index does not exist. A notice is issued
47
- in this case.
48
- </para>
49
- </listitem>
50
- </varlistentry>
51
-
52
<varlistentry>
53
<term><literal>RENAME</literal></term>
54
<listitem>
@@ -119,6 +109,16 @@ ALTER INDEX ALL IN TABLESPACE <replaceable class="PARAMETER">name</replaceable>
119
109
120
110
121
111
112
+ <varlistentry>
113
+ <term><literal>IF EXISTS</literal></term>
114
+ <listitem>
115
+ <para>
116
+ Do not throw an error if the index does not exist. A notice is issued
117
+ in this case.
118
+ </para>
+ </listitem>
+ </varlistentry>
+
122
123
<term><replaceable class="PARAMETER">name</replaceable></term>
124