On Saturday, May 16, 2026, Igor Korot <[email protected]> wrote: > > Or should I perform some clean-up on the server - some kind of "connection > pool reset" so that the resources associated with the connection will be > gone? >
There server doesn’t have a connection pool. You can inspect what is connected to the server via the pg_stat_activity view. https://www.postgresql.org/docs/current/monitoring-stats.html#MONITORING-PG-STAT-ACTIVITY-VIEW David J.
