Skip to content

Commit e301b85

Browse files
committed
The attached patch fixes a typo in the documentation for SET
CONSTRAINTS. Neil Conway <neilconway@rogers.com>
1 parent 416fcd9 commit e301b85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/ref/set_constraints.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/ref/set_constraints.sgml,v 1.3 2001/09/03 12:57:50 petere Exp $ -->
1+
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/ref/set_constraints.sgml,v 1.4 2002/06/03 01:10:38 momjian Exp $ -->
22
<refentry id="SQL-SET-CONSTRAINTS">
33
<refmeta>
44
<refentrytitle id="SQL-SET-CONSTRAINTS-title">SET CONSTRAINTS</refentrytitle>
@@ -51,7 +51,7 @@ SET CONSTRAINTS { ALL | <replaceable class="parameter">constraint</replaceable>
5151
<title>SQL92, SQL99</title>
5252

5353
<para>
54-
<command>SET CONSTRAINT</command> is defined in
54+
<command>SET CONSTRAINTS</command> is defined in
5555
<acronym>SQL92</acronym> and <acronym>SQL99</acronym>.
5656
</para>
5757
</refsect2>

0 commit comments

Comments
 (0)