Re: Database Connectivity Issue with DB Lookup - Mailing list pgsql-admin

From Scott Ribe
Subject Re: Database Connectivity Issue with DB Lookup
Date
Msg-id 3EC70D03-0CAF-4D49-A70E-B6E4953C8962@elevated-dev.com
Whole thread Raw
In response to Database Connectivity Issue with DB Lookup  (Ashwani Kumar B <ashwani.b.kumar@ericsson.com>)
List pgsql-admin
> On Aug 27, 2018, at 1:33 AM, Ashwani Kumar B <ashwani.b.kumar@ericsson.com> wrote:
>
> ...issue is that database table keep increasing connections to the database...

You need to figure out why your client always opens new connections and never closes them, then fix that bug. Until
thenas a workaround you could change that client to exit after each update, or set up a periodic task to kill it. 

pgsql-admin by date:

Previous
From: Mark Kirkwood
Date:
Subject: Re: Space Related Errors in Postgres 10.4 Logical Replication
Next
From: pavan95
Date:
Subject: Re: How to get alerted automatically whenever a table structure ischanged between Publisher and Subscriber in Logical Replication?