Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 11c1984

Browse files
committed
Fix typo
1 parent 2a679ae commit 11c1984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/catalogs.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2570,7 +2570,7 @@ SCRAM-SHA-256$<replaceable>&lt;iteration count&gt;</replaceable>:<replaceable>&l
25702570
<para>
25712571
<literal>c</literal> = check constraint,
25722572
<literal>f</literal> = foreign key constraint,
2573-
<literal>f</literal> = not-null constraint (domains only),
2573+
<literal>n</literal> = not-null constraint (domains only),
25742574
<literal>p</literal> = primary key constraint,
25752575
<literal>u</literal> = unique constraint,
25762576
<literal>t</literal> = constraint trigger,

0 commit comments

Comments
 (0)