aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2014-10-13 16:44:20 -0400
committerBruce Momjian <bruce@momjian.us>2014-10-13 16:44:20 -0400
commit7ab96d18f94d5e8c2deab8a6126632a194ea32f1 (patch)
treec349e88fc047f157a7ee734ef4956a7deb807778
parentd6c8e8d7aca9ab175e6aefef9974b65bd589dd80 (diff)
downloadpostgresql-7ab96d18f94d5e8c2deab8a6126632a194ea32f1.tar.gz
postgresql-7ab96d18f94d5e8c2deab8a6126632a194ea32f1.zip
docs: error for adding _validated_ domains for existing uses
Report by David G Johnston
-rw-r--r--doc/src/sgml/ref/alter_domain.sgml3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/alter_domain.sgml b/doc/src/sgml/ref/alter_domain.sgml
index db7b8198350..d65d517bb5f 100644
--- 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.