Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5f286c0

Browse files
committed
doc: ALTER DOMAIN VALIDATE CONSTRAINT can also fail
Document that ALTER DOMAIN VALIDATE CONSTRAINT can also fail forcomposite types.Report by Ondřej Bouda
1 parentbf740ce commit5f286c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎doc/src/sgml/ref/alter_domain.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -271,9 +271,9 @@ ALTER DOMAIN <replaceable class="PARAMETER">name</replaceable>
271271
<title>Notes</title>
272272

273273
<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
274+
Currently, <command>ALTER DOMAIN ADD CONSTRAINT</>, <command>ALTER
275+
DOMAIN VALIDATE CONSTRAINT</>, and <command>ALTER DOMAIN SET NOT NULL</>
276+
will fail if the validated nameddomain or
277277
any derived domain is used within a composite-type column of any
278278
table in the database. They should eventually be improved to be
279279
able to verify the new constraint for such nested columns.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp