Re: Broken pipe

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Ben-Nes Yonatan <nimrod(at)canaan(dot)co(dot)il>
Cc: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Broken pipe
Date: 2005-10-02 15:22:21
Message-ID: 3443.1128266541@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Ben-Nes Yonatan <nimrod(at)canaan(dot)co(dot)il> writes:
> I seem to have a problem to run the code when there are single queries
> which take long times (like 5 hours for an update query), from the log
> of the database I received the following code:

> 2005-09-30 17:12:13 IDT postgres : LOG: 08006: could not send data to
> client: Broken pipe

You should install some logging on the client side so you can see what
the client code thinks happened.

If there is a firewall between the database and the client process, one
possibility is that the firewall is timing out the connection.

regards, tom lane

In response to

  • Broken pipe at 2005-10-02 09:56:49 from Ben-Nes Yonatan

Browse pgsql-general by date

  From Date Subject
Next Message Hrishikesh Deshmukh 2005-10-02 15:23:36 Postgresql 8.0 and XP
Previous Message Ben-Nes Yonatan 2005-10-02 14:39:37 Re: Broken pipe