We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d39bec commit 49ae9fdCopy full SHA for 49ae9fd
doc/src/sgml/ddl.sgml
@@ -1329,7 +1329,7 @@ CREATE TABLE posts (
1329
In this case, <literal>CASCADE</literal> means that the updated values of the
1330
referenced column(s) should be copied into the referencing row(s).
1331
There is also a noticeable difference between <literal>ON UPDATE NO
1332
- ACTION</literal> (the default) and <literal>NO UPDATE RESTRICT</literal>.
+ ACTION</literal> (the default) and <literal>ON UPDATE RESTRICT</literal>.
1333
The former will allow the update to proceed and the foreign-key constraint
1334
will be checked against the state after the update. The latter will
1335
prevent the update to run even if the state after the update would still
0 commit comments