8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf740ce commit 5f286c0Copy full SHA for 5f286c0
doc/src/sgml/ref/alter_domain.sgml
@@ -271,9 +271,9 @@ ALTER DOMAIN <replaceable class="PARAMETER">name</replaceable>
271
<title>Notes</title>
272
273
<para>
274
- Currently, <command>ALTER DOMAIN ADD CONSTRAINT</> and
275
- <command>ALTER DOMAIN SET NOT NULL</> will fail if the validated named
276
- domain or
+ Currently, <command>ALTER DOMAIN ADD CONSTRAINT</>, <command>ALTER
+ DOMAIN VALIDATE CONSTRAINT</>, and <command>ALTER DOMAIN SET NOT NULL</>
+ will fail if the validated named 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