Re: Database Connectivity Issue with DB Lookup

Поиск
Список
Период
Сортировка
От Scott Ribe
Тема Re: Database Connectivity Issue with DB Lookup
Дата
Msg-id 3EC70D03-0CAF-4D49-A70E-B6E4953C8962@elevated-dev.com
обсуждение исходный текст
Ответ на Database Connectivity Issue with DB Lookup  (Ashwani Kumar B <ashwani.b.kumar@ericsson.com>)
Список 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 по дате отправления:

Предыдущее
От: Mark Kirkwood
Дата:
Сообщение: Re: Space Related Errors in Postgres 10.4 Logical Replication
Следующее
От: pavan95
Дата:
Сообщение: Re: How to get alerted automatically whenever a table structure ischanged between Publisher and Subscriber in Logical Replication?