From e301b855d1aae9df4a2c56cee00fd559e08bdf40 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 3 Jun 2002 01:10:38 +0000 Subject: [PATCH] The attached patch fixes a typo in the documentation for SET CONSTRAINTS. Neil Conway --- doc/src/sgml/ref/set_constraints.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/ref/set_constraints.sgml b/doc/src/sgml/ref/set_constraints.sgml index be0a9eb8fb..ed15b09a24 100644 --- a/doc/src/sgml/ref/set_constraints.sgml +++ b/doc/src/sgml/ref/set_constraints.sgml @@ -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. -- 2.40.0