From: Andrew Dunstan Date: Sat, 22 Sep 2012 17:57:40 +0000 (-0400) Subject: Fix docs typo X-Git-Tag: REL9_3_BETA1~887 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fcc1576687a122059db311791e45e2c5edc5d89b;p=postgresql Fix docs typo --- diff --git a/doc/src/sgml/ref/alter_type.sgml b/doc/src/sgml/ref/alter_type.sgml index 1ff53923fb..588887e1f9 100644 --- a/doc/src/sgml/ref/alter_type.sgml +++ b/doc/src/sgml/ref/alter_type.sgml @@ -115,7 +115,7 @@ ALTER TYPE name ADD VALUE [ IF NOT list of values. - If IF NOT EXISTSIF NOT EXISTS 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.