Skip to content

Commit

Permalink
docs(Postgres Node): Remove overkill notice for postgres & paireditem (
Browse files Browse the repository at this point in the history
…#5291)

📝 Remove notice about pairedItem
  • Loading branch information
agobrech authored Jan 30, 2023
1 parent e125e67 commit 6c8570a
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions packages/nodes-base/nodes/Postgres/Postgres.node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
// ----------------------------------
Expand Down

0 comments on commit 6c8570a

Please sign in to comment.