mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Fix docs typo
This commit is contained in:
parent
6d12b68cd7
commit
fcc1576687
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue