1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-10 09:21:54 +03:00

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
This commit is contained in:
Andres Freund
2018-07-24 10:51:21 -07:00
parent ab57f48f68
commit 1cf1d2d605

View File

@ -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>