We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6c8e8d commit 7ab96d1Copy full SHA for 7ab96d1
doc/src/sgml/ref/alter_domain.sgml
@@ -272,7 +272,8 @@ ALTER DOMAIN <replaceable class="PARAMETER">name</replaceable>
272
273
<para>
274
Currently, <command>ALTER DOMAIN ADD CONSTRAINT</> and
275
- <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
276
+ domain or
277
any derived domain is used within a composite-type column of any
278
table in the database. They should eventually be improved to be
279
able to verify the new constraint for such nested columns.
0 commit comments