Skip to content

Commit 49ae9fd

Browse files
committed
doc: Fix typo
for commit 1e08905 Reported-by: Marcos Pegoraro <[email protected]>
1 parent 5d39bec commit 49ae9fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: doc/src/sgml/ddl.sgml

+1-1
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)