pgbouncer_fdw
pgbouncer_fdw copied to clipboard
PostgreSQL Foreign Data Wrapper to Connect to pgbouncer
Properly allow future proofing for possible 2.x versions to be supported without an patching if no columns have changed. See conversation from pgbouncer 1.21 PR - https://github.com/CrunchyData/pgbouncer_fdw/pull/18#discussion_r1373553248
New column for prepared statements has been added to several SHOW commands. Add this to the function/views for the following pgbouncer_fdw objects ``` pgbouncer_servers pgbouncer_clients pgbouncer_sockets ```
Tell me, if there are several hosts in pgbouncer_fdw_targets (host1, host2, host3), then the query select * from pgbouncer_pools where pgbouncer_target_host=host3, initializes the polling of all pgbouncers located in pgbouncer_fdw_targets...
I'm having trouble make install: [root@pg-monitor pgbouncer_fdw-1.1.0]# make install make: pg_config: No such file or directory make: *** No rule to make target 'install'. Stop.
PgBouncer 1.23 added several new columns were added across various SHOW commands. - Adds `replication` column to clients, servers, and sockets functions and views. - Adds `server_lifetime` column to databases...