From: Bruce Momjian Date: Sat, 10 Feb 2001 16:39:07 +0000 (+0000) Subject: Add mention of CONSTRAINT in ADD CONSTRAINT section. X-Git-Tag: REL7_1~485 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a5dbde8b0a16239d9da51c34e7c506c329e2da66;p=postgresql Add mention of CONSTRAINT in ADD CONSTRAINT section. --- diff --git a/doc/src/sgml/ref/alter_table.sgml b/doc/src/sgml/ref/alter_table.sgml index 280c7039a1..9efe953081 100644 --- a/doc/src/sgml/ref/alter_table.sgml +++ b/doc/src/sgml/ref/alter_table.sgml @@ -1,5 +1,5 @@ @@ -35,7 +35,7 @@ ALTER TABLE table [ * ] ALTER TABLE table RENAME TO newtable ALTER TABLE table - ADD table constraint definition + ADD CONSTRAINTtable constraint definition ALTER TABLE table OWNER TO new owner @@ -167,7 +167,7 @@ ALTER TABLE table the affected table. Thus, the table or column will remain of the same type and size after this command is executed. - The ADD table constraint definition clause + The ADD CONSTRAINTtable constraint definition clause adds a new constraint to the table using the same syntax as . The OWNER clause chnages the owner of the table to the user