diff --git a/docs/integrations/builtin/credentials/postgres.md b/docs/integrations/builtin/credentials/postgres.md index 70a554255fd..94558ce91f9 100644 --- a/docs/integrations/builtin/credentials/postgres.md +++ b/docs/integrations/builtin/credentials/postgres.md @@ -9,6 +9,7 @@ contentType: integration You can use these credentials to authenticate the following nodes with Postgres. - [Postgres](/integrations/builtin/app-nodes/n8n-nodes-base.postgres/) +- [Postgres Trigger](/integrations/builtin/trigger-nodes/n8n-nodes-base.postgrestrigger/) - [Agent](/integrations/builtin/cluster-nodes/root-nodes/n8n-nodes-langchain.agent) /// note | Agent node users @@ -16,7 +17,7 @@ The Agent node doesn't support tunnels /// ## Prerequisites -Create an user account on a Postgres server. +Create a user account on a Postgres server with the correct privileges. ## Using Database Connection @@ -24,4 +25,3 @@ Create an user account on a Postgres server. 2. Use the credentials and connection parameters with your Postgres node credentials in n8n. ![Getting Postgres credentials](/_images/integrations/builtin/credentials/postgres/using-database-connection.gif) - diff --git a/docs/integrations/builtin/trigger-nodes/n8n-nodes-base.postgrestrigger.md b/docs/integrations/builtin/trigger-nodes/n8n-nodes-base.postgrestrigger.md index 63226a1ff7b..1caff10317b 100644 --- a/docs/integrations/builtin/trigger-nodes/n8n-nodes-base.postgrestrigger.md +++ b/docs/integrations/builtin/trigger-nodes/n8n-nodes-base.postgrestrigger.md @@ -31,7 +31,6 @@ 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 +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}. +///