Skip to content
Snippets Groups Projects
Commit 7ab96d18 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

docs: error for adding _validated_ domains for existing uses

Report by David G Johnston
parent d6c8e8d7
No related branches found
No related tags found
No related merge requests found
...@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment