Search code examples
postgresqltomcatjakarta-eepostgresqlstudio

How to change PostgreSQL Studio's inactivity timeout?


I want to increase PostgreSQL's Studio login/session time out time. When I leave PostgreSQL Studio to idle just for some time, I get the following message:

You have been logged out due to inactivity. Please relogin or exit.

enter image description here

I am using PostgreSQL from BigSQL 5.0.3 package bundle. Actually, I am researching about compability of MS SQL Server and PostgreSQL queries.

As I am using Postgres now for learning purpose rather than security, I feel it annoying to login frequently.

How can I increase the login/session timeout inside PostgreSQL Studio?


Solution

  • Postgres itself doesn't have an idle connection timeout. This is coming from something else.