aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorAndrew Dunstan <andrew@dunslane.net>2012-09-22 13:57:40 -0400
committerAndrew Dunstan <andrew@dunslane.net>2012-09-22 13:57:40 -0400
commitfcc1576687a122059db311791e45e2c5edc5d89b (patch)
tree7281a9e92f1442b79d5b63c7bfd6f97c02e9018f /doc/src
parent6d12b68cd7a93e279c8c690749b334c9f59ac7fa (diff)
downloadpostgresql-fcc1576687a122059db311791e45e2c5edc5d89b.tar.gz
postgresql-fcc1576687a122059db311791e45e2c5edc5d89b.zip
Fix docs typo
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/ref/alter_type.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/alter_type.sgml b/doc/src/sgml/ref/alter_type.sgml
index 1ff53923fb6..588887e1f9b 100644
--- a/doc/src/sgml/ref/alter_type.sgml
+++ b/doc/src/sgml/ref/alter_type.sgml
@@ -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>