Pierre,
Most SQL clients will not timeout as far I know and rightfully so. The
way I handle this is in the client application as an "Auto Logoff"
feature by implementing a timer with no activity and then log the
application out gracefully.
Kim Markle
> -----Original Message-----
> From: pierre@desertmoon.com [SMTP:pierre@desertmoon.com]
> Sent: Friday, February 12, 1999 8:04 PM
> To: pgsql-sql@postgreSQL.org
> Subject: [SQL] connection timeout?
>
> All,
>
>
> Is there a connection timeout on the client code? That is if I
> were
> to leave the client running but idle for a period of time I'd like
> the client to time out and quit....is there anything like that
> in PostgreSQL, can it be added?
>
> -=pierre