Hi, David, On Sat, May 16, 2026 at 9:50 PM David G. Johnston <[email protected]> wrote: > > 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.
There is a reason I put quotes around that phrase. ;-) > > 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 Thank you for the info. I checked and there are no processes running. Which means I don't need to clean up anything. ;-) > > David J. >
