mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-27 08:39:28 +08:00
docs: error for adding _validated_ domains for existing uses
Report by David G Johnston
This commit is contained in:
parent
d6c8e8d7ac
commit
7ab96d18f9
@ -272,7 +272,8 @@ ALTER DOMAIN <replaceable class="PARAMETER">name</replaceable>
|
||||
|
||||
<para>
|
||||
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
|
||||
table in the database. They should eventually be improved to be
|
||||
able to verify the new constraint for such nested columns.
|
||||
|
Loading…
Reference in New Issue
Block a user