pgoutput supports arbitrary logical decoding messages since Postgres 14.0 as introduced in: ac4645c
The message format is documented at: Logical Replication Message Formats under the Message type.
In order to support pg_logical_emit_message as documented at 9.27.6. Replication Management Functions
we should add support for passing these types of messages.
pgoutput supports arbitrary logical decoding messages since Postgres 14.0 as introduced in: ac4645c
The message format is documented at: Logical Replication Message Formats under the
Messagetype.In order to support
pg_logical_emit_messageas documented at 9.27.6. Replication Management Functionswe should add support for passing these types of messages.