projects
/
postgresql
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6c8e8d
)
docs: error for adding _validated_ domains for existing uses
author
Bruce Momjian
<bruce@momjian.us>
Mon, 13 Oct 2014 20:44:20 +0000
(16:44 -0400)
committer
Bruce Momjian
<bruce@momjian.us>
Mon, 13 Oct 2014 20:44:20 +0000
(16:44 -0400)
Report by David G Johnston
doc/src/sgml/ref/alter_domain.sgml
patch
|
blob
|
history
diff --git
a/doc/src/sgml/ref/alter_domain.sgml
b/doc/src/sgml/ref/alter_domain.sgml
index db7b8198350dfa847e2e87ea8eba28ec03a8eae6..d65d517bb5f9981021cad19be944f333e720d880 100644
(file)
--- a/
doc/src/sgml/ref/alter_domain.sgml
+++ b/
doc/src/sgml/ref/alter_domain.sgml
@@
-272,7
+272,8
@@
ALTER DOMAIN <replaceable class="PARAMETER">name</replaceable>
<para>
Currently, <command>ALTER DOMAIN ADD CONSTRAINT</> and
- <command>ALTER DOMAIN SET NOT NULL</> will fail if the named domain or
+ <command>ALTER DOMAIN SET NOT NULL</> will fail if the validated named
+ domain or
any derived domain is used within a composite-type column of any
table in the database. They should eventually be improved to be
able to verify the new constraint for such nested columns.