BruceFletcher / node-red-contrib-postgres-multi

Multi-query variant of node-red-contrib-postgres
Apache License 2.0
5 stars 11 forks source link

not working? #9

Open piercalderan opened 2 years ago

piercalderan commented 2 years ago

I tried a thousand things to see the data of a postgres db on remote server, but I don't even see any error messages (connected? non connected? reading the table? etc). I use the example flows but nothing works!

MrLight commented 2 years ago

The Library is actually broken. You need to update the underlying pg library to the latest one.

timlinux commented 2 years ago

Can anyone share the procedure to set it up successfully?

timlinux commented 2 years ago

Ok I got it working using my fork here:

https://github.com/kartoza/node-red-contrib-postgres-multi/blob/master/README.md

timlinux commented 2 years ago

Fix now available in the PR above

timlinux commented 2 years ago

@BruceFletcher could you take a look at the PR please?

hammeronthenet commented 2 years ago

Hi! Thank you @timlinux you made my day!

I migrate frome nodered 1.x.x to the latest and I was really stucked into that. Looking at the commit: is it only a matter of pg version or whatelse?

@BruceFletcher it could be really nice to put this updated version inside NodeRed libary / palette (when you had a little time, obviously).

Thank you all.