The attached patch fixes a typo in the documentation for SET
authorBruce Momjian
Mon, 3 Jun 2002 01:10:38 +0000 (01:10 +0000)
committerBruce Momjian
Mon, 3 Jun 2002 01:10:38 +0000 (01:10 +0000)
CONSTRAINTS.

Neil Conway 

doc/src/sgml/ref/set_constraints.sgml

index be0a9eb8fbb9d25e145c4b2c28593016aadaa779..ed15b09a24cc049eec237f268084b4fa6f1619ff 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
  
   SET CONSTRAINTS
@@ -51,7 +51,7 @@ SET CONSTRAINTS { ALL | constraint
    SQL92, SQL99
 
    
-    SET CONSTRAINT is defined in
+    SET CONSTRAINTS is defined in
     SQL92 and SQL99.