Development Versions: devel
| 47.7. Logical Decoding Output Writers |
|---|
| Prev |
It is possible to add more output methods for logical decoding. For details, see src/backend/replication/logical/logicalfuncs.c. Essentially, three functions need to be provided: one to read WAL, one to prepare writing output, and one to write the output (see Section 47.6.5).
<table summary="Navigation footer"><tbody><tr><td><a accesskey="p" href="https://www.postgresql.org/docs/current/logicaldecoding-output-plugin.html" title="47.6. Logical Decoding Output Plugins">Prev</a> </td><td><a accesskey="u" href="https://www.postgresql.org/docs/current/logicaldecoding.html" title="Chapter 47. Logical Decoding">Up</a></td><td> <a accesskey="n" href="https://www.postgresql.org/docs/current/logicaldecoding-synchronous.html" title="47.8. Synchronous Replication Support for Logical Decoding">Next</a></td></tr><tr><td>47.6. Logical Decoding Output Plugins </td><td><a accesskey="h" href="https://www.postgresql.org/docs/current/index.html" title="PostgreSQL 18.3 Documentation">Home</a></td><td> 47.8. Synchronous Replication Support for Logical Decoding</td></tr></tbody></table>
Submit correction
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.