pgadmin-org / pgadmin4

pgAdmin is the most popular and feature rich Open Source administration and development platform for PostgreSQL, the most advanced Open Source database in the world.
https://www.pgadmin.org
Other
2.42k stars 634 forks source link

add an option in "preferences" that allows pgadmin4 to ping the server every x number of seconds to keep the tcp connection alive (RM #4986) #3163

Closed dpage closed 2 months ago

dpage commented 4 years ago

Issue migrated from Redmine: https://redmine.postgresql.org/issues/4986 Originally created by Nico Kne at 2019-11-29 14:09:59 UTC.

add an option in "preferences" that allows pgadmin4 to ping the server every x number of seconds to keep the tcp connection alive. although from the server configuration this can be done by setting the number of seconds to "tcp_keepalives_idle", sometimes this is not possible because the provider does not allow changing the postgresql.conf file. another advantage of having this configuration is the convenience of keeping the connection alive without changing any configuration from the server.

dpage commented 4 years ago

Comment migrated from Redmine: https://redmine.postgresql.org/issues/4986#note-1 Originally created by Akshay Joshi at 2019-12-06 10:36:34 UTC.

Redmine ticket header update:

Name Old Value New Value
Sprint changed Ready
dpage commented 3 years ago

Comment migrated from Redmine: https://redmine.postgresql.org/issues/4986#note-2 Originally created by Thijs de Vries at 2021-09-04 08:49:07 UTC.

This feature would be amazing! Hope this can be added. Looking forward. Think this would benefit a lot of users.

adityatoshniwal commented 2 months ago

pgAdmin allows to set keep alive settings on the client side as well. Feel free to re-open this if doesn't serve the purpose.

image