On Thu, 2003-02-13 at 15:19, P G wrote:
> Is there a default timeout setting for connections to
> the database?
>
postgresql does not time out connections on the server side. It does
configure TCP_KEEPALIVE behavior on its sockets, so depending on kernel
configuration you might either have connections dropped at some interval
or not at all.
Robert Treat