From 4b8f797f672bef07b4e87b4650b4035731b61d84 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Thu, 14 May 2015 22:34:28 -0400 Subject: [PATCH] Honor traditional SGML NAMELEN limit. We've conformed to this limit in the past, so might as well continue to. Aaron Swenson --- doc/src/sgml/logicaldecoding.sgml | 2 +- doc/src/sgml/replication-origins.sgml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/logicaldecoding.sgml b/doc/src/sgml/logicaldecoding.sgml index f817af3ea8..00f6eeee35 100644 --- a/doc/src/sgml/logicaldecoding.sgml +++ b/doc/src/sgml/logicaldecoding.sgml @@ -572,7 +572,7 @@ typedef void (*LogicalDecodeChangeCB) ( - + Origin Filter Callback diff --git a/doc/src/sgml/replication-origins.sgml b/doc/src/sgml/replication-origins.sgml index 5a4b4cbe74..40fcc6d3d0 100644 --- a/doc/src/sgml/replication-origins.sgml +++ b/doc/src/sgml/replication-origins.sgml @@ -84,7 +84,7 @@ generated by the session is tagged with the replication origin of the generating session. This allows to treat them differently in the output plugin, e.g. ignoring all but locally originating rows. Additionally - the + the filter_by_origin_cb callback can be used to filter the logical decoding change stream based on the source. While less flexible, filtering via that callback is -- 2.40.0