]> begriffs open source - ai-pg/blob - full-docs/txt/logicaldecoding-writer.txt
Convert HTML docs to more streamlined TXT
[ai-pg] / full-docs / txt / logicaldecoding-writer.txt
1
2 47.7. Logical Decoding Output Writers #
3
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
8    Section 47.6.5).