From fdb7802a504610306b4e8f31d2b0a11aa43b4b35 Mon Sep 17 00:00:00 2001 From: Kathryn May Date: Tue, 5 Nov 2024 15:53:19 -0500 Subject: [PATCH] Small constraints corrx --- src/current/v24.3/set-up-logical-data-replication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/current/v24.3/set-up-logical-data-replication.md b/src/current/v24.3/set-up-logical-data-replication.md index f59945a42e4..a243ca63d5c 100644 --- a/src/current/v24.3/set-up-logical-data-replication.md +++ b/src/current/v24.3/set-up-logical-data-replication.md @@ -57,7 +57,7 @@ You cannot use LDR on a table with a schema that contains the following: For more details, refer to the LDR [Known limitations]({% link {{ page.version.version }}/set-up-logical-data-replication.md %}#known-limitations). -When you run LDR in `immediate` mode, you cannot replicate a table with [SQL constraints]({% link {{ page.version.version }}/constraints.md %}). In `validated` mode, SQL constraints **must** match. +When you run LDR in `immediate` mode, you cannot replicate a table with [foreign key constraints]({% link {{ page.version.version }}/foreign key.md %}). In `validated` mode, foreign key constraints **must** match. ## Step 1. Prepare the cluster