From 6c8570adcc2c5ef71789e4a79a55023bbd3c0144 Mon Sep 17 00:00:00 2001 From: agobrech <45268029+agobrech@users.noreply.github.com> Date: Mon, 30 Jan 2023 17:23:46 +0100 Subject: [PATCH] docs(Postgres Node): Remove overkill notice for postgres & paireditem (#5291) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 📝 Remove notice about pairedItem --- packages/nodes-base/nodes/Postgres/Postgres.node.ts | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/packages/nodes-base/nodes/Postgres/Postgres.node.ts b/packages/nodes-base/nodes/Postgres/Postgres.node.ts index 362557021..a840cddb7 100644 --- a/packages/nodes-base/nodes/Postgres/Postgres.node.ts +++ b/packages/nodes-base/nodes/Postgres/Postgres.node.ts @@ -81,18 +81,6 @@ export class Postgres implements INodeType { description: 'The SQL query to execute. You can use n8n expressions or $1 and $2 in conjunction with query parameters.', }, - { - displayName: - 'Due to the behavior of the Multiple Queries mode, if you want to use the PairedItem feature, you need to use either the independent or the transaction mode under Additional Fields.', - name: 'pairedItemsNotice', - type: 'notice', - displayOptions: { - show: { - operation: ['executeQuery'], - }, - }, - default: '', - }, // ---------------------------------- // insert // ----------------------------------