Update docs/integrations/builtin/trigger-nodes/n8n-nodes-base.postgrestrigger.md

This commit is contained in:
Deborah 2023-11-29 12:57:15 +00:00 committed by GitHub
parent 6b0e79ced1
commit df3e0a0e30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,5 +32,5 @@ n8n provides an app node for Postgres. You can find the node docs [here](/integr
View [example workflows and related content](https://n8n.io/integrations/postgres-trigger/){:target=_blank .external-link} on n8n's website.
/// note | Permissions
You will need to make sure your database user has the `TRIGGER` privilege, You can find more information on this in the Postgres documentation [here](https://www.postgresql.org/docs/current/ddl-priv.html#DDL-PRIV-TRIGGER){:target=_blank .external-link}.
Make sure your database user has the `TRIGGER` privilege, You can find more information on this in the Postgres documentation [here](https://www.postgresql.org/docs/current/ddl-priv.html#DDL-PRIV-TRIGGER){:target=_blank .external-link}.
///