Fix docs typo

This commit is contained in:
Andrew Dunstan 2012-09-22 13:57:40 -04:00
parent 6d12b68cd7
commit fcc1576687

View file

@ -115,7 +115,7 @@ ALTER TYPE <replaceable class="PARAMETER">name</replaceable> ADD VALUE [ IF NOT
list of values.
</para>
<para>
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
type already contains the new value, and no action is taken. Otherwise,
an error will occur if the new value is already present.
</para>