2 47.7. Logical Decoding Output Writers #
4 It is possible to add more output methods for logical decoding. For
5 details, see src/backend/replication/logical/logicalfuncs.c.
6 Essentially, three functions need to be provided: one to read WAL, one
7 to prepare writing output, and one to write the output (see