Document that ALTER DOMAIN VALIDATE CONSTRAINT can also fail for
composite types.
Report by Ondřej Bouda
Notes
- Currently, ALTER DOMAIN ADD CONSTRAINT> and
- ALTER DOMAIN SET NOT NULL> will fail if the validated named
- domain or
+ Currently, ALTER DOMAIN ADD CONSTRAINT>, ALTER
+ DOMAIN VALIDATE CONSTRAINT>, and 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.