I am trying to call postgress via pgpool (pgpool-II) using node.js 'pg' module. If anyone had got that kind of setup working, what is the right version of pgpool-II and right version of 'pg' that are known to work together? From what I found some versions of pg-pool have a regression with parameters so you cannot call them from pg (which is what I am experiencing right now).
Asked
Active
Viewed 448 times
1
-
It might help if you included some specifics - your current versions, the exact text of any error messages, etc. – Craig Ringer Mar 26 '14 at 00:56
1 Answers
0
Version 3.3.1 of pgpool seem to work well with node.JS. Version 3.3.2 has bugs, do not use it.

Yaron Naveh
- 23,560
- 32
- 103
- 158