diff --git a/doc/src/sgml/ref/alter_table.sgml b/doc/src/sgml/ref/alter_table.sgml
index eea25682eb..8c4d6980fe 100644
--- a/doc/src/sgml/ref/alter_table.sgml
+++ b/doc/src/sgml/ref/alter_table.sgml
@@ -1,5 +1,5 @@
@@ -41,9 +41,9 @@ ALTER TABLE table
ALTER TABLE [ ONLY ] table [ * ]
ADD table_constraint
ALTER TABLE [ ONLY ] table [ * ]
- DROP CONSTRAINT constraint_name [ RESTRICT | CASCADE ]
+ DROP CONSTRAINT constraint_name [ RESTRICT | CASCADE ]
ALTER TABLE table
- OWNER TO new_owner
+ OWNER TO new_owner