summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndres Freund <andres@anarazel.de>2018-07-24 10:51:19 -0700
committerAndres Freund <andres@anarazel.de>2018-07-24 10:51:19 -0700
commit7d003819e4553f099369df28635b1d0021ab19fa (patch)
tree128da8dc1f9944bcf2dd07eb772d2a1a525e3ce4
parentb73ab5b4b585c2ee675fc4d1c61299d8d9e1c2db (diff)
downloadpostgresql-7d003819e4553f099369df28635b1d0021ab19fa.tar.gz
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 23cdfe35f8..028e2721fd 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>