Priya G writes: > what does the error in postgres.log pg_recvbuf : unexpected EOF on client mean?
The client closed the connection (on the operating system level) before properly closing the session (on the PostgreSQL level). Either you have a buggy client that does that out of principle, or the client just died. -- Peter Eisentraut [EMAIL PROTECTED] ---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])