Execute Query operation in Postgresql node doesn't work

I’m using Postgresql Node for creating a table. but when I type the query in the Query textbox, it raises this error " Postgres : Parameter “Query” is required."
the funny part is: when I close the node editor and reopen it, the Query textbox is empty! and I even can’t change the Query textbox value in the nodes I have made before.

I copied the node here, but the Query box is empty in the copied node and it doesn’t save the inserted query (it was: create table test (id int, name text))

Information on your n8n setup

  • n8n version:1.8.1
  • Database : SQLite
  • n8n EXECUTIONS_PROCESS setting: own
  • Running n8n via : Docker
  • Operating system: Ubuntu

Hey @Davod_Ebrahimi,

Welcome to the community :cake:

This was fixed in 1.8.2 which released on Monday, Can you update your n8n instance and let me know if you are still seeing the issue.

1 Like

Thank you, yes it is fixed after updating. :pray:

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.