projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d12b68
)
Fix docs typo
author
Andrew Dunstan
Sat, 22 Sep 2012 17:57:40 +0000
(13:57 -0400)
committer
Andrew Dunstan
Sat, 22 Sep 2012 17:57:40 +0000
(13:57 -0400)
doc/src/sgml/ref/alter_type.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/alter_type.sgml
b/doc/src/sgml/ref/alter_type.sgml
index 1ff53923fb6fd6a665802a497cf81890b3fbe3c1..588887e1f9b89bc0cb8f73f9b5dcb8a66b17bfb9 100644
(file)
--- 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 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.