2013/11/18 Rogerio Pereira <rogerio.pere...@riosoft.com.br> > Which can be the error : > > -- could not send data to client: Broken pipe > -- FATAL: connection to client lost >
It means the client program disconnected from the Postgres server (or was killed) before the server finished a query, and the server had no place to send the answer. Craig