Re: BUG #2492: "unexpected EOF on client connection" message in log

From: Jim Nasby <decibel(at)decibel(dot)org>
To: "" <wizard580(at)gmail(dot)com> <wizard580(at)gmail(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #2492: "unexpected EOF on client connection" message in log
Date: 2006-06-28 00:41:19
Message-ID: F102B3FC-A671-4068-AAEB-C12860510903@decibel.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Jun 23, 2006, at 1:14 AM, "" <wizard580(at)gmail(dot)com>
<wizard580(at)gmail(dot)com> wrote:
> I make all connections and manipulations with tables by file with
> commands.
> ex: file contain many "INSERT" or several "ANALYZE <table>".
> then I do: cat <file> | psql base -U postgres.
> Then past some time I see often message "unexpected EOF on client
> connection".

I believe that means that the file ended in the middle of a command
(or the pipe broke, though that's rather unlikely).
--
Jim C. Nasby, Sr. Engineering Consultant jnasby(at)pervasive(dot)com
Pervasive Software http://pervasive.com work: 512-231-6117
vcard: http://jim.nasby.net/pervasive.vcf cell: 512-569-9461

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message ALL 2006-06-28 03:13:28 BUG #2501: JOIN and capitial letters in Table Row
Previous Message Jim Nasby 2006-06-28 00:39:11 Re: BUG #2491: Database crash and restart