Closed catkins closed 1 year ago
👋 Hi folks! Sorry I think I'd messed up my Github email settings and the responses ended up in a black hole.... I'll address the feedback now
@jackc @diabloneo I renamed the message type and reordered the message types, let me know if there's anything else I can do
@masterkidan thanks for trying to move this along ❤️
Thanks everyone!
This PR adds support for the logical decoding message type, as published by
pg_logical_emit_message
.I followed the spec here: https://www.postgresql.org/docs/devel/protocol-logicalrep-message-formats.html
Example message:
The motivation here is ultimately to support use-cases similar to those described in this post: https://www.infoq.com/articles/wonders-of-postgres-logical-decoding-messages/