diff --git a/packages/nodes-base/nodes/Postgres/Postgres.node.ts b/packages/nodes-base/nodes/Postgres/Postgres.node.ts index 52bbfb9b2d..51411fd4ef 100644 --- a/packages/nodes-base/nodes/Postgres/Postgres.node.ts +++ b/packages/nodes-base/nodes/Postgres/Postgres.node.ts @@ -81,7 +81,18 @@ 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 // ----------------------------------