Fix SGML typo in previous patch.

This commit is contained in:
Bruce Momjian 2002-02-17 13:29:00 +00:00
parent bf4507e3af
commit 62feef6c95

View 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 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); ALTER TABLE distributors ADD CONSTRAINT dist_id_zipcode_key UNIQUE (dist_id, zipcode);
</programlisting> </programlisting>
</para> </para>
</refsect1>
<para> <para>
To add an automatically named primary key constraint to a table, noting To add an automatically named primary key constraint to a table, noting