Commit e301b855 authored by Bruce Momjian's avatar Bruce Momjian

The attached patch fixes a typo in the documentation for SET

CONSTRAINTS.

Neil Conway <neilconway@rogers.com>
parent 416fcd9d
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/ref/set_constraints.sgml,v 1.3 2001/09/03 12:57:50 petere Exp $ --> <!-- $Header: /cvsroot/pgsql/doc/src/sgml/ref/set_constraints.sgml,v 1.4 2002/06/03 01:10:38 momjian Exp $ -->
<refentry id="SQL-SET-CONSTRAINTS"> <refentry id="SQL-SET-CONSTRAINTS">
<refmeta> <refmeta>
<refentrytitle id="SQL-SET-CONSTRAINTS-title">SET CONSTRAINTS</refentrytitle> <refentrytitle id="SQL-SET-CONSTRAINTS-title">SET CONSTRAINTS</refentrytitle>
...@@ -51,7 +51,7 @@ SET CONSTRAINTS { ALL | <replaceable class="parameter">constraint</replaceable> ...@@ -51,7 +51,7 @@ SET CONSTRAINTS { ALL | <replaceable class="parameter">constraint</replaceable>
<title>SQL92, SQL99</title> <title>SQL92, SQL99</title>
<para> <para>
<command>SET CONSTRAINT</command> is defined in <command>SET CONSTRAINTS</command> is defined in
<acronym>SQL92</acronym> and <acronym>SQL99</acronym>. <acronym>SQL92</acronym> and <acronym>SQL99</acronym>.
</para> </para>
</refsect2> </refsect2>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment