diff options
author | Andres Freund | 2018-07-24 17:42:59 +0000 |
---|---|---|
committer | Andres Freund | 2018-07-24 17:42:59 +0000 |
commit | 487bcc6ea6757a563fff188a9551e011d85b6caa (patch) | |
tree | 5416d3f8173246794f2f7ebc65d2715dcbbc426b | |
parent | b2bb3dc0e0d9825640654b9ae0b82c1a747d42ea (diff) |
doc: Fix reference to "decoder" to instead be the correct "output plugin".
Author: Jonathan Katz
Discussion: https://postgr.es/m/[email protected]
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 310a2d6974..8356a3d67b 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> |