I'd love to be able to replace my current "relay" process that listens for postgres NOTIFY statements, and forwards them to my Redis PUBSUB queues.
However, because NOTIFY statements only take effect at COMMIT time, the behaviour is slightly different than here, where the PUBLISH statement is handled by Redis immediately.
I understand that it is possible to write transaction handling capabilities into an FDW.
I'd love to be able to replace my current "relay" process that listens for postgres NOTIFY statements, and forwards them to my Redis PUBSUB queues.
However, because NOTIFY statements only take effect at COMMIT time, the behaviour is slightly different than here, where the PUBLISH statement is handled by Redis immediately.
I understand that it is possible to write transaction handling capabilities into an FDW.