From 360cbf1a82894db1e948e152327e84ffa650e99a Mon Sep 17 00:00:00 2001
From: Andres Freund
Date: Tue, 24 Jul 2018 10:51:09 -0700
Subject: 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
---
doc/src/sgml/test-decoding.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'doc/src')
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 @@
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.
--
cgit v1.2.3