'How pgpool-II getting node information?
I want to know where from pgpool getting those node information. I am getting node information using below command but unable to find from where it is getting those data. Is there any database or table or function for pgpool from where it is getting those information. Is here anyone can help me on this?
SHOW pool_nodes;
Solution 1:[1]
Pgpool-II intercept this(i.e SHOW) query and return this information. It is not store in database are table, Pgpool-II itself of this information.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Umar Hayat |

