diff --git a/doc/src/sgml/ref/alter_table.sgml b/doc/src/sgml/ref/alter_table.sgml
index 8ea66241470..44f1ec644fe 100644
--- a/doc/src/sgml/ref/alter_table.sgml
+++ b/doc/src/sgml/ref/alter_table.sgml
@@ -767,11 +767,11 @@ ALTER TABLE [ IF EXISTS ] name
- All the actions except RENAME,
- SET TABLESPACE, SET SCHEMA,
+ All the forms of ALTER TABLE that act on a single table, except
+ RENAME, SET SCHEMA,
ATTACH PARTITION, and
DETACH PARTITION can be combined into
- a list of multiple alterations to apply in parallel. For example, it
+ a list of multiple alterations to be applied together. For example, it
is possible to add several columns and/or alter the type of several
columns in a single command. This is particularly useful with large
tables, since only one pass over the table need be made.