aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-02-17 13:29:00 +0000
committerBruce Momjian <bruce@momjian.us>2002-02-17 13:29:00 +0000
commit62feef6c956127865e6249edbe1916aaaf93e81b (patch)
tree6f997b54597f3ff6f7666c05020b924bfa7fd019 /doc/src
parentbf4507e3afeac369c8640797fb51c6e4de308456 (diff)
downloadpostgresql-62feef6c956127865e6249edbe1916aaaf93e81b.tar.gz
postgresql-62feef6c956127865e6249edbe1916aaaf93e81b.zip
Fix SGML typo in previous patch.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/ref/alter_table.sgml3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/alter_table.sgml b/doc/src/sgml/ref/alter_table.sgml
index ef58e94a442..6bc5ac54459 100644
--- a/doc/src/sgml/ref/alter_table.sgml
+++ b/doc/src/sgml/ref/alter_table.sgml
@@ -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