Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2cc81f9
)
doc: Fix reference to "decoder" to instead be the correct "output plugin".
author
Andres Freund
<andres@anarazel.de>
Tue, 24 Jul 2018 17:51:17 +0000
(10:51 -0700)
committer
Andres Freund
<andres@anarazel.de>
Tue, 24 Jul 2018 17:51:17 +0000
(10:51 -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 23cdfe35f8af6964798b4bfaf17b51ac30d0c1f7..028e2721fdaadf477ef6aa4eaf25befdc48a39f5 100644
(file)
--- 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>