Fix SGML typo in previous patch.
authorBruce Momjian <bruce@momjian.us>
Sun, 17 Feb 2002 13:29:00 +0000 (13:29 +0000)
committerBruce Momjian <bruce@momjian.us>
Sun, 17 Feb 2002 13:29:00 +0000 (13:29 +0000)
doc/src/sgml/ref/alter_table.sgml

index 22d23862f8ff422a74a234a27476fc312ec004a2..dfdd0d3c584d751d9c3845e240f0f2759fae2b03 100644 (file)
@@ -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);
    </programlisting>
   </para>
- </refsect1>
 
   <para> 
    To add an automatically named primary key constraint to a table, noting