Fix docs typo
authorAndrew Dunstan
Sat, 22 Sep 2012 17:57:40 +0000 (13:57 -0400)
committerAndrew Dunstan
Sat, 22 Sep 2012 17:57:40 +0000 (13:57 -0400)
doc/src/sgml/ref/alter_type.sgml

index 1ff53923fb6fd6a665802a497cf81890b3fbe3c1..588887e1f9b89bc0cb8f73f9b5dcb8a66b17bfb9 100644 (file)
@@ -115,7 +115,7 @@ ALTER TYPE name ADD VALUE [ IF NOT
       list of values.
      
      
-      If IF NOT EXISTS
+      If IF 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.