aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2015-05-14 22:34:28 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2015-05-14 22:34:28 -0400
commit4b8f797f672bef07b4e87b4650b4035731b61d84 (patch)
treed9964cc7c13a80d6ca4e4655c8788680611a26db
parent7730f48ede0d222e7f750541d3d5f0f74d75d99b (diff)
downloadpostgresql-4b8f797f672bef07b4e87b4650b4035731b61d84.tar.gz
postgresql-4b8f797f672bef07b4e87b4650b4035731b61d84.zip
Honor traditional SGML NAMELEN limit.
We've conformed to this limit in the past, so might as well continue to. Aaron Swenson
-rw-r--r--doc/src/sgml/logicaldecoding.sgml2
-rw-r--r--doc/src/sgml/replication-origins.sgml2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/logicaldecoding.sgml b/doc/src/sgml/logicaldecoding.sgml
index f817af3ea8a..00f6eeee35f 100644
--- a/doc/src/sgml/logicaldecoding.sgml
+++ b/doc/src/sgml/logicaldecoding.sgml
@@ -572,7 +572,7 @@ typedef void (*LogicalDecodeChangeCB) (
</note>
</sect3>
- <sect3 id="logicaldecoding-output-plugin-filter-by-origin">
+ <sect3 id="logicaldecoding-output-plugin-filter-origin">
<title>Origin Filter Callback</title>
<para>
diff --git a/doc/src/sgml/replication-origins.sgml b/doc/src/sgml/replication-origins.sgml
index 5a4b4cbe74f..40fcc6d3d0a 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 <link linkend="logicaldecoding-output-plugin-filter-by-origin">
+ the <link linkend="logicaldecoding-output-plugin-filter-origin">
<function>filter_by_origin_cb</function></link> callback can be used
to filter the logical decoding change stream based on the
source. While less flexible, filtering via that callback is