Re: Disconnecting from the server

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: Igor Korot <ikorot01(at)gmail(dot)com>
Cc: "pgsql-generallists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: Disconnecting from the server
Date: 2026-05-17 02:50:33
Message-ID: CAKFQuwaBh0zQgwTOFXE9HyeKi2SGYRrtZugu8Wn0R7=1dNJjrw@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Saturday, May 16, 2026, Igor Korot <ikorot01(at)gmail(dot)com> 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.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Igor Korot 2026-05-17 03:43:00 Re: Disconnecting from the server
Previous Message Igor Korot 2026-05-17 02:29:03 Disconnecting from the server