From df3e0a0e30a92f87a65302c6d5c7412d01ab54f7 Mon Sep 17 00:00:00 2001 From: Deborah Date: Wed, 29 Nov 2023 12:57:15 +0000 Subject: [PATCH] Update docs/integrations/builtin/trigger-nodes/n8n-nodes-base.postgrestrigger.md --- .../builtin/trigger-nodes/n8n-nodes-base.postgrestrigger.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 386d2cb51..1caff1031 100644 --- a/docs/integrations/builtin/trigger-nodes/n8n-nodes-base.postgrestrigger.md +++ b/docs/integrations/builtin/trigger-nodes/n8n-nodes-base.postgrestrigger.md @@ -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}. ///