my question is about the number of Postgres Databse pgpool can manage. I have two servers:
Node 1:
pgpool
postgreSQL
Node 2:
postgreSQL
I have two database: DB1 and DB2.
I can connect from app server to DB1 throught pgpool on port 9999, but i cant connect to DB2 on port 9999.
If I try to connect on port 5432 to DB2 it works fine.
My question is if can pgpool work with two database or only can connect one of them.