View Issue Details

IDProjectCategoryView StatusLast Update
0000808Pgpool-IIGeneralpublic2023-08-26 15:44
Reportervelasquezjr23 Assigned Tot-ishii  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionopen 
Product Version4.3.2 
Summary0000808: I need to know which table PostgreSQL 12 stores the information from to generate the "show pool_nodes" report
DescriptionHello, I have installed pgpool_version 4.3 and PostgreSQL 12.15, please can you tell me which is the table where PostgreSQL 12 stores the information to generate the report with the command psql -h 192.168.20.348 -p 9999 -U pgpool postgres -c "show pool_nodes", regards
TagsNo tags attached.

Activities

t-ishii

2023-07-30 13:51

developer   ~0004421

This is not the right place to ask questions regarding Pgpool-II.
https://pgpool.net/mediawiki/index.php/Bug_tracking_system

Please post your questions to the pgpool-general mailing instead.

In the mean time, there's no such a table in PostgreSQL because the info is in the memory of pgpool process.
If the reason that you are looking for such a table is you want to extract the info using SELECT, you may want to use pgpool_adm_pcp_node_info extension.
https://www.pgpool.net/docs/43/en/html/pgpool-adm-pcp-node-info.html
If you have further question, please post it to the mailing list.

velasquezjr23

2023-07-30 22:28

reporter   ~0004422

excellent, thank you very much, regards

t-ishii

2023-08-26 15:43

developer   ~0004424

I am going to close this issue.

Issue History

Date Modified Username Field Change
2023-07-29 21:40 velasquezjr23 New Issue
2023-07-30 13:43 t-ishii Assigned To => t-ishii
2023-07-30 13:43 t-ishii Status new => assigned
2023-07-30 13:51 t-ishii Note Added: 0004421
2023-07-30 22:28 velasquezjr23 Note Added: 0004422
2023-08-26 15:43 t-ishii Note Added: 0004424
2023-08-26 15:44 t-ishii Status assigned => closed