aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndres Freund <andres@anarazel.de>2018-07-24 10:51:06 -0700
committerAndres Freund <andres@anarazel.de>2018-07-24 10:51:06 -0700
commite0a2a4c87f22a9031fd5af7ca70fa76809609c12 (patch)
treec72b7d6915de780b47c6d0dde85487f068f8625e
parent07055a2c8cbfb772d3c7c114cfe12dddae0f90fe (diff)
downloadpostgresql-e0a2a4c87f22a9031fd5af7ca70fa76809609c12.tar.gz
postgresql-e0a2a4c87f22a9031fd5af7ca70fa76809609c12.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 310a2d69745..8356a3d67b3 100644
--- a/doc/src/sgml/test-decoding.sgml
+++ b/doc/src/sgml/test-decoding.sgml
@@ -10,7 +10,7 @@
<para>
<filename>test_decoding</filename> 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>