From fcc1576687a122059db311791e45e2c5edc5d89b Mon Sep 17 00:00:00 2001 From: Andrew Dunstan Date: Sat, 22 Sep 2012 13:57:40 -0400 Subject: [PATCH] Fix docs typo --- doc/src/sgml/ref/alter_type.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.40.0