Hiya,
Adding the name of my Postgres database Schema in the table name field of the Postgres Chat memory node, as ‘schema name.table name’ … without the single quotes, gives the error that the schema doesn’t exist.
The user defined in the Postgres n8n credentials has been given all privileges on both the Schema and the Table.
The actual Schema and Table is recognized however in the Postgres tool node, so n8n is perfectly able to see both of them. Just not in the memory node.
This might be a bug?
n8n locally installed, Postgres locally installed