Hi Dave/Team, As discussed, I have implemented the feature to reconnect the database server smoothly, whenever we restart/reload the web-application server (pgAdmin IV).
In this implementation, we stores the persistent (auto reconnect) connection information in the session, whenever we connect to/disconnect with the database server. In case of restarting, we fetch that information from the session, and establish the persistent connection(s) for any server. -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA: Enterprise PostgreSQL Company <http://www.enterprisedb.com> *http://www.linkedin.com/in/asheshvashi* <http://www.linkedin.com/in/asheshvashi>
reconnect_server_nicely_v2.patch
Description: Binary data
-- Sent via pgadmin-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers
