projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2bb3dc
)
doc: Fix reference to "decoder" to instead be the correct "output plugin".
author
Andres Freund
<andres@anarazel.de>
Tue, 24 Jul 2018 17:42:59 +0000
(10:42 -0700)
committer
Andres Freund
<andres@anarazel.de>
Tue, 24 Jul 2018 17:42:59 +0000
(10:42 -0700)
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
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/test-decoding.sgml
b/doc/src/sgml/test-decoding.sgml
index 310a2d69745360a025ef67b98d57be060b6c692b..8356a3d67b31be12e35f8c353d836618f5e7d3ab 100644
(file)
--- 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>