Skip to content

Support LISTEN/NOTIFY in transaction mode #294

@levkk

Description

@levkk

Description

LISTEN/NOTIFY are session-level features that could be supported in transaction mode. Possible implementation:

  • Intercept both commands
  • Use dedicated connection to execute both commands
  • Listen for NotificationResponse (B) messages from connection and fan out to interested clients

Docs: https://www.postgresql.org/docs/current/sql-listen.html

Metadata

Metadata

Assignees

No one assigned

    Labels

    bleeding edgeExciting new frontier stuff.frontendClient-facing feature

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions