From 8946c28da848f3712e4d486c3ec161465de8acb4 Mon Sep 17 00:00:00 2001 From: Gunnar Morling Date: Tue, 30 Nov 2021 11:49:21 +0100 Subject: [PATCH] DBZ-2363 Docs fix --- .../modules/ROOT/pages/connectors/postgresql.adoc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/documentation/modules/ROOT/pages/connectors/postgresql.adoc b/documentation/modules/ROOT/pages/connectors/postgresql.adoc index 4ff0368de..41c483042 100644 --- a/documentation/modules/ROOT/pages/connectors/postgresql.adoc +++ b/documentation/modules/ROOT/pages/connectors/postgresql.adoc @@ -2910,17 +2910,17 @@ For information about the structure of _truncate_ events and about their orderin |[[postgresql-property-money-fraction-digits]]<> |`2` |Specifies how many decimal digits should be used when converting Postgres `money` type to `java.math.BigDecimal`, which represents the values in change events. -Applicable only when `decimal.handling.mode` is set to `precise`. +Applicable only when xref:postgresql-property-decimal-handling-mode[`decimal.handling.mode`] is set to `precise`. -|[[postgresql-property-logical-decoding-message-handling-mode]]<> +|[[postgresql-property-logical-decoding-message-prefix-include-list]]<> |No default -|An optional, comma-separated list of regular expressions that match names of logical decoding message prefixes for which you *want* to capture. Any logical decoding message with a prefix not included in `message.prefix.include.list` is excluded By default, all logical decoding messages are captured. Do not also set the `message.prefix.exclude.list` property. +|An optional, comma-separated list of regular expressions that match names of logical decoding message prefixes for which you *want* to capture. Any logical decoding message with a prefix not included in `message.prefix.include.list` is excluded By default, all logical decoding messages are captured. Do not also set the xref:postgresql-property-logical-decoding-message-prefix-exclude-list[`message.prefix.exclude.list`] property. For information about the structure of _message_ events and about their ordering semantics, see xref:postgresql-message-events[]. -|[[postgresql-property-logical-decoding-message-handling-mode]]<> +|[[postgresql-property-logical-decoding-message-prefix-exclude-list]]<> |No default -|An optional, comma-separated list of regular expressions that match names of logical decoding message prefixes for which you *do not* to capture. Any logical decoding message with a prefix that is not included in `message.prefix.exclude.list` is included. Do not also set the `message.prefix.include.list` property. To exclude all logiacl decoding messages pass `.*` into this config. +|An optional, comma-separated list of regular expressions that match names of logical decoding message prefixes for which you *do not* to capture. Any logical decoding message with a prefix that is not included in `message.prefix.exclude.list` is included. Do not also set the xref:postgresql-property-logical-decoding-message-prefix-include-list[`message.prefix.include.list`] property. To exclude all logical decoding messages pass `.*` into this config. For information about the structure of _message_ events and about their ordering semantics, see xref:postgresql-message-events[].