From 62feef6c956127865e6249edbe1916aaaf93e81b Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sun, 17 Feb 2002 13:29:00 +0000 Subject: [PATCH] Fix SGML typo in previous patch. --- doc/src/sgml/ref/alter_table.sgml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/src/sgml/ref/alter_table.sgml b/doc/src/sgml/ref/alter_table.sgml index ef58e94a44..6bc5ac5445 100644 --- a/doc/src/sgml/ref/alter_table.sgml +++ b/doc/src/sgml/ref/alter_table.sgml @@ -1,5 +1,5 @@ @@ -293,7 +293,6 @@ ALTER TABLE distributors ADD CONSTRAINT distfk FOREIGN KEY (address) REFERENCES ALTER TABLE distributors ADD CONSTRAINT dist_id_zipcode_key UNIQUE (dist_id, zipcode); - To add an automatically named primary key constraint to a table, noting