Commit 7ab96d18 authored by Bruce Momjian's avatar Bruce Momjian

docs: error for adding _validated_ domains for existing uses

Report by David G Johnston
parent d6c8e8d7
...@@ -272,7 +272,8 @@ ALTER DOMAIN <replaceable class="PARAMETER">name</replaceable> ...@@ -272,7 +272,8 @@ ALTER DOMAIN <replaceable class="PARAMETER">name</replaceable>
<para> <para>
Currently, <command>ALTER DOMAIN ADD CONSTRAINT</> and 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 any derived domain is used within a composite-type column of any
table in the database. They should eventually be improved to be table in the database. They should eventually be improved to be
able to verify the new constraint for such nested columns. able to verify the new constraint for such nested columns.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment