From f9c23dd2c945c0ae751819418e1b8f67e0662ab2 Mon Sep 17 00:00:00 2001 From: Bob Roldan Date: Wed, 24 Feb 2021 21:27:07 -0500 Subject: [PATCH] DBZ-3195 Correct typo in anchor id for entry in PG properties table --- documentation/modules/ROOT/pages/connectors/postgresql.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/modules/ROOT/pages/connectors/postgresql.adoc b/documentation/modules/ROOT/pages/connectors/postgresql.adoc index 814a63e76..b69d229ec 100644 --- a/documentation/modules/ROOT/pages/connectors/postgresql.adoc +++ b/documentation/modules/ROOT/pages/connectors/postgresql.adoc @@ -2634,7 +2634,7 @@ If `table_a` has a an `id` column, and `regex_1` is `^i` (matches any column tha + `hex` represents binary data as hex-encoded (base16) strings. -|[[postgresql-property-truncat-handling-mode]]<> +|[[postgresql-property-truncate-handling-mode]]<> |bytes |Specifies how whether `TRUNCATE` events should be propagated or not (only available when using the `pgoutput` plug-in with Postgres 11 or later): + +