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

Commit49ae9fd

Browse files
committed
doc: Fix typo
for commit1e08905Reported-by: Marcos Pegoraro <marcos@f10.com.br>
1 parent5d39bec commit49ae9fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎doc/src/sgml/ddl.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1329,7 +1329,7 @@ CREATE TABLE posts (
13291329
In this case, <literal>CASCADE</literal> means that the updated values of the
13301330
referenced column(s) should be copied into the referencing row(s).
13311331
There is also a noticeable difference between <literal>ON UPDATE NO
1332-
ACTION</literal> (the default) and <literal>NO UPDATE RESTRICT</literal>.
1332+
ACTION</literal> (the default) and <literal>ON UPDATE RESTRICT</literal>.
13331333
The former will allow the update to proceed and the foreign-key constraint
13341334
will be checked against the state after the update. The latter will
13351335
prevent the update to run even if the state after the update would still

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp