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 notice about trigger privilege #1757

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/integrations/builtin/credentials/postgres.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@ 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
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

1. Retrieve your Postgres credentials and connection parameters.
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)

Original file line number Diff line number Diff line change
Expand Up @@ -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
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}.
StarfallProjects marked this conversation as resolved.
Show resolved Hide resolved
///