summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndres Freund <andres@anarazel.de>2018-07-24 10:51:17 -0700
committerAndres Freund <andres@anarazel.de>2018-07-24 10:51:17 -0700
commit2217fd9e97f0708972694e45c5d1f68bdf65a63b (patch)
tree41707f6f4bf934af069c2aeb3445d002413380bd
parent2cc81f95e698b9da07a98cfb63257f2ae635416a (diff)
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 23cdfe35f8a..028e2721fda 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>