Skip to content

Conversation

@bfritton
Copy link

@bfritton bfritton commented Oct 29, 2025

Added a note on database permissions for creating listing events in PostgreSQL, and how listening for those events works under the hood.


Note

Clarifies how the Postgres Trigger node listens for events and the database permissions required to enable it.

  • Docs (docs/integrations/builtin/trigger-nodes/n8n-nodes-base.postgrestrigger.md):
    • Add note explaining event-listening behavior:
      • Auto-creates Postgres trigger on workflow activation/testing; removes it on deactivation/stop.
      • Trigger invokes an auto-created procedure to notify n8n.
      • Detail required privileges: ability to create/execute triggers and procedures; table owner/superuser or TRIGGER privilege; CREATE on target schema.

Written by Cursor Bugbot for commit 1f6edea. This will update automatically on new commits. Configure here.

…e permissions for Postgres triggers

Added a note on database permissions for creating listing events in PostgreSQL, and how listening for those events works under the hood.
@netlify
Copy link

netlify bot commented Oct 29, 2025

Deploy Preview for n8n-docs ready!

Name Link
🔨 Latest commit 1f6edea
🔍 Latest deploy log https://app.netlify.com/projects/n8n-docs/deploys/6914cdcb3af11e000834816e
😎 Deploy Preview https://deploy-preview-3823--n8n-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@CLAassistant
Copy link

CLAassistant commented Oct 29, 2025

CLA assistant check
All committers have signed the CLA.

Clarified note on how n8n listens for PostgreSQL changes and updated database permissions requirements.
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.

2 participants