From: Bruce Momjian Date: Mon, 3 Jun 2002 01:10:38 +0000 (+0000) Subject: The attached patch fixes a typo in the documentation for SET X-Git-Tag: REL7_3~1462 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e301b855d1aae9df4a2c56cee00fd559e08bdf40;p=postgresql The attached patch fixes a typo in the documentation for SET CONSTRAINTS. Neil Conway --- 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.