From 176ca58e72750165d1d662b648b7a79b410c0771 Mon Sep 17 00:00:00 2001 From: sevirov <72220289+sevirov@users.noreply.github.com> Date: Wed, 21 Apr 2021 19:30:04 +0300 Subject: [PATCH] Update docs/en/operations/system-tables/replication_queue.md Co-authored-by: tavplubix --- docs/en/operations/system-tables/replication_queue.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/operations/system-tables/replication_queue.md b/docs/en/operations/system-tables/replication_queue.md index cfc17a0feff..539a29432ac 100644 --- a/docs/en/operations/system-tables/replication_queue.md +++ b/docs/en/operations/system-tables/replication_queue.md @@ -22,7 +22,7 @@ Columns: - `DROP_RANGE` — Delete the parts in the specified partition in the specified number range. - `CLEAR_COLUMN` — NOTE: Deprecated. Drop specific column from specified partition. - `CLEAR_INDEX` — NOTE: Deprecated. Drop specific index from specified partition. - - `REPLACE_RANGE` — Drop a certain range of partitions and replace them with new ones. + - `REPLACE_RANGE` — Drop a certain range of parts and replace them with new ones. - `MUTATE_PART` — Apply one or several mutations to the part. - `ALTER_METADATA` — Apply alter modification according to global /metadata and /columns paths.