We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d12b68 commit fcc1576Copy full SHA for fcc1576
doc/src/sgml/ref/alter_type.sgml
@@ -115,7 +115,7 @@ ALTER TYPE <replaceable class="PARAMETER">name</replaceable> ADD VALUE [ IF NOT
115
list of values.
116
</para>
117
<para>
118
- If <literal>IF NOT EXISTS</literal is used, it is not an error if the
+ If <literal>IF NOT EXISTS</literal> is used, it is not an error if the
119
type already contains the new value, and no action is taken. Otherwise,
120
an error will occur if the new value is already present.
121
0 commit comments