From f36faeefbbf8c3ea658d242a79d075a13911f2ce Mon Sep 17 00:00:00 2001 From: shenlan Date: Wed, 8 Oct 2025 14:16:06 +0800 Subject: [PATCH] Update pglogical.md --- docs/pglogical.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/pglogical.md b/docs/pglogical.md index 54cb022..e6ed88d 100644 --- a/docs/pglogical.md +++ b/docs/pglogical.md @@ -45,8 +45,8 @@ | 节点 | 主机名 | 数据库 | 角色 | | :--- | :--- | :--- | :--- | -| A | `pgA.svc.plus` | `account` | `node_a` | -| B | `pgB.svc.plus` | `account` | `node_b` | +| A | `cn-homepage.svc.plus` | `account` | `node_a` | +| B | `global-homepage.svc.plus` | `account` | `node_b` | 两台节点均运行 PostgreSQL 16,并且网络互通。