Thread: SSL SYSCALL error: EOF detected

SSL SYSCALL error: EOF detected

From
"francescoboccacci@libero.it"
Date:
Hi all, i have a problem while trying to delete rows from a table:
I received:

SSL SYSCALL error: EOF detected



How can i fix this problem?
-Postgresql version 9.1
-O.S Ubuntu Server 11.04

Thanks

Francesco



Re: SSL SYSCALL error: EOF detected

From
Tom Lane
Date:
"francescoboccacci@libero.it" <francescoboccacci@libero.it> writes:
> Hi all, i have a problem while trying to delete rows from a table:
> I received:

> SSL SYSCALL error: EOF detected

> How can i fix this problem?

This looks like a connection failure (network problem), not anything
particularly to do with Postgres at all.

            regards, tom lane