projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b03df30
)
Fix SGML typo in previous patch.
author
Bruce Momjian
<bruce@momjian.us>
Sun, 17 Feb 2002 13:29:00 +0000
(13:29 +0000)
committer
Bruce Momjian
<bruce@momjian.us>
Sun, 17 Feb 2002 13:29:00 +0000
(13:29 +0000)
doc/src/sgml/ref/alter_table.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/alter_table.sgml
b/doc/src/sgml/ref/alter_table.sgml
index 22d23862f8ff422a74a234a27476fc312ec004a2..dfdd0d3c584d751d9c3845e240f0f2759fae2b03 100644
(file)
--- a/
doc/src/sgml/ref/alter_table.sgml
+++ b/
doc/src/sgml/ref/alter_table.sgml
@@
-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