]> granicus.if.org Git - postgresql/commitdiff
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 ef58e94a44230eed792dbca770beda3ead8d5966..6bc5ac5445980e122e68d3c2f95817026f4b2ec4 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/alter_table.sgml,v 1.37 2002/02/17 11:50:09 momjian Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/alter_table.sgml,v 1.38 2002/02/17 13:29:00 momjian Exp $
 PostgreSQL documentation
 -->
 
@@ -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