Обсуждение: BUG #2492: "unexpected EOF on client connection" message in log

Поиск
Список
Период
Сортировка

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

От
""
Дата:
The following bug has been logged online:

Bug reference:      2492
Logged by:
Email address:      wizard580@gmail.com
PostgreSQL version: 8.1.4
Operating system:   debian sid unstable
Description:        "unexpected EOF on client connection" message in log
Details:

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".

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

От
Jim Nasby
Дата:
On Jun 23, 2006, at 1:14 AM, "" <wizard580@gmail.com>
<wizard580@gmail.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@pervasive.com
Pervasive Software      http://pervasive.com    work: 512-231-6117
vcard: http://jim.nasby.net/pervasive.vcf       cell: 512-569-9461