diff --git a/doc/src/sgml/ref/alter_table.sgml b/doc/src/sgml/ref/alter_table.sgml index 56ea830d41..4c61c44265 100644 --- a/doc/src/sgml/ref/alter_table.sgml +++ b/doc/src/sgml/ref/alter_table.sgml @@ -1398,7 +1398,7 @@ ALTER TABLE cities Detach a partition from partitioned table: -ALTER TABLE cities +ALTER TABLE measurement DETACH PARTITION measurement_y2015m12;