Commit 62feef6c authored by Bruce Momjian's avatar Bruce Momjian

Fix SGML typo in previous patch.

parent bf4507e3
<!-- <!--
$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 ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment