Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit fcc1576

Browse files
committed
Fix docs typo
1 parent 6d12b68 commit fcc1576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/ref/alter_type.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ ALTER TYPE <replaceable class="PARAMETER">name</replaceable> ADD VALUE [ IF NOT
115115
list of values.
116116
</para>
117117
<para>
118-
If <literal>IF NOT EXISTS</literal is used, it is not an error if the
118+
If <literal>IF NOT EXISTS</literal> is used, it is not an error if the
119119
type already contains the new value, and no action is taken. Otherwise,
120120
an error will occur if the new value is already present.
121121
</para>

0 commit comments

Comments
 (0)