diff options
author | Andres Freund <andres@anarazel.de> | 2018-07-24 10:51:21 -0700 |
---|---|---|
committer | Andres Freund <andres@anarazel.de> | 2018-07-24 10:51:21 -0700 |
commit | 1cf1d2d6058133b2761633cf0e855592c98f0768 (patch) | |
tree | 275c3d65f9306a99d40a1d85ba9c5ed2b0039893 | |
parent | ab57f48f682458cb691ee2c02e219ce0d762c7c9 (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.sgml | 2 |
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> |