Skip to content

Commit 49ae9fd

Browse files
committed
doc: Fix typo
for commit 1e08905 Reported-by: Marcos Pegoraro <marcos@f10.com.br>
1 parent 5d39bec commit 49ae9fd

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy