Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for PostgreSQL LISTEN/NOTIFY syntax #1485

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

wugeer
Copy link

@wugeer wugeer commented Oct 27, 2024

This PR supports LISTEN/NOTIFY clause for postgres dialect,. For more information, please refer to:
https://www.postgresql.org/docs/current/sql-listen.html
https://www.postgresql.org/docs/current/sql-notify.html

It also introduces the following keywords:

  • LISTEN
  • NOTIFY

This resolves issue #1481

@wugeer wugeer changed the title Add support for PostgreSQL LISTEN/NOTIFY Add support for PostgreSQL LISTEN/NOTIFY syntax Oct 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant