2
0
mirror of https://git.postgresql.org/git/postgresql.git synced 2025-03-01 19:45:33 +08:00

The attached patch fixes a typo in the documentation for SET

CONSTRAINTS.

Neil Conway <neilconway@rogers.com>
This commit is contained in:
Bruce Momjian 2002-06-03 01:10:38 +00:00
parent 416fcd9dba
commit e301b855d1

View File

@ -1,4 +1,4 @@
<!-- $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>
<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>