Re: Disconnecting from the server

From: Igor Korot <ikorot01(at)gmail(dot)com>
To: "David G(dot) Johnston" <david(dot)g(dot)johnston(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 03:43:00
Message-ID: CA+FnnTw7xka7Q6CL3N4OdHXj0DTRX6QufejPCgk3VK=uRGLfEg@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi, David,

On Sat, May 16, 2026 at 9:50 PM David G. Johnston
<david(dot)g(dot)johnston(at)gmail(dot)com> wrote:
>
> 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.

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.
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Sandeep 2026-05-18 11:33:18 REQ -POA on Minor Version upgrade
Previous Message David G. Johnston 2026-05-17 02:50:33 Re: Disconnecting from the server