mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	The attached patch fixes a typo in the documentation for SET
CONSTRAINTS. Neil Conway <neilconway@rogers.com>
This commit is contained in:
		@@ -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">
 | 
			
		||||
 <refmeta>
 | 
			
		||||
  <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>
 | 
			
		||||
 | 
			
		||||
   <para>
 | 
			
		||||
    <command>SET CONSTRAINT</command> is defined in
 | 
			
		||||
    <command>SET CONSTRAINTS</command> is defined in
 | 
			
		||||
    <acronym>SQL92</acronym> and <acronym>SQL99</acronym>.
 | 
			
		||||
   </para>
 | 
			
		||||
  </refsect2>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user