Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 7ab96d1

Browse files
committed
docs: error for adding _validated_ domains for existing uses
Report by David G Johnston
1 parent d6c8e8d commit 7ab96d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/src/sgml/ref/alter_domain.sgml

+2-1
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,8 @@ ALTER DOMAIN <replaceable class="PARAMETER">name</replaceable>
272272

273273
<para>
274274
Currently, <command>ALTER DOMAIN ADD CONSTRAINT</> and
275-
<command>ALTER DOMAIN SET NOT NULL</> will fail if the named domain or
275+
<command>ALTER DOMAIN SET NOT NULL</> will fail if the validated named
276+
domain or
276277
any derived domain is used within a composite-type column of any
277278
table in the database. They should eventually be improved to be
278279
able to verify the new constraint for such nested columns.

0 commit comments

Comments
 (0)