Is there a timeout for idle PostgreSQL connections?

前端 未结 5 1386
暗喜
暗喜 2020-11-27 10:07
1 S postgres  5038   876  0  80   0 - 11962 sk_wai 09:57 ?        00:00:00 postgres: postgres my_app ::1(45035) idle                                                          


        
5条回答
  •  一向
    一向 (楼主)
    2020-11-27 10:27

    A possible workaround that allows to enable database session timeout without an external scheduled task is to use the extension pg_timeout that I have developped.

提交回复
热议问题