aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndres Freund <andres@anarazel.de>2018-07-24 10:51:09 -0700
committerAndres Freund <andres@anarazel.de>2018-07-24 10:51:09 -0700
commit360cbf1a82894db1e948e152327e84ffa650e99a (patch)
tree7977e6ead5ad4c30597f4066b3052661030f0cf5
parentdfbad3f454103e7cd379595fdcdce3952effbd5f (diff)
downloadpostgresql-360cbf1a82894db1e948e152327e84ffa650e99a.tar.gz
postgresql-360cbf1a82894db1e948e152327e84ffa650e99a.zip
doc: Fix reference to "decoder" to instead be the correct "output plugin".
Author: Jonathan Katz Discussion: https://postgr.es/m/DD02DD86-5989-4BFD-8712-468541F68383@postgresql.org Backpatch: 9.4-, where logical decoding was added
-rw-r--r--doc/src/sgml/test-decoding.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/test-decoding.sgml b/doc/src/sgml/test-decoding.sgml
index 4f4fd41e320..2203225a084 100644
--- a/doc/src/sgml/test-decoding.sgml
+++ b/doc/src/sgml/test-decoding.sgml
@@ -10,7 +10,7 @@
<para>
<filename>test_decoding</> is an example of a logical decoding
output plugin. It doesn't do anything especially useful, but can serve as
- a starting point for developing your own decoder.
+ a starting point for developing your own output plugin.
</para>
<para>