From 56b7f0c8962a45b0d56e054290e56d40a08b4103 Mon Sep 17 00:00:00 2001 From: Marco Nenciarini Date: Wed, 27 Nov 2024 16:58:40 +0100 Subject: [PATCH] chore: docs review Signed-off-by: Marco Nenciarini --- docs/src/logical_replication.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/src/logical_replication.md b/docs/src/logical_replication.md index b0fb833f05..cbbcd70738 100644 --- a/docs/src/logical_replication.md +++ b/docs/src/logical_replication.md @@ -429,8 +429,6 @@ kubectl cnpg psql king -- app -qAt -c 'SELECT count(*) FROM n' This command should return `10000`, confirming that the data from the `freddie` cluster has been successfully replicated to the `king` cluster. -Here’s an improved version of your text for better clarity and flow: - Using the `cnpg` plugin, you can also synchronize existing sequences to ensure consistency between the publisher and subscriber. The example below demonstrates how to synchronize a sequence for the `king` cluster: