Port Bug Report: pg_dump from 6.3.2 to 6.4.2 trouble

From: Unprivileged user <nobody>
To: pgsql-ports(at)postgresql(dot)org
Subject: Port Bug Report: pg_dump from 6.3.2 to 6.4.2 trouble
Date: 1999-01-08 10:09:11
Message-ID: 199901081009.FAA10391@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports


============================================================================
POSTGRESQL BUG REPORT TEMPLATE
============================================================================

Your name : Takuya Abe
Your email address : abe(at)homes(dot)co(dot)jp

Category : runtime: back-end
Severity : serious

Summary: pg_dump from 6.3.2 to 6.4.2 trouble

System Configuration
--------------------
Operating System : FreeBSD2.2.7R

PostgreSQL version : 6.4.2

Compiler used : gcc2.7.2.1

Hardware:
---------
PentiumII 320MB RAM

Versions of other tools:
------------------------
gmake 3.76.1

--------------------------------------------------------------------------

Problem Description:
--------------------
I dumped with v6.3.2 pg_dump,like below

pg_dump DataBaseName > PgDumpFileName

After update system to v6.4.2,I Tried like bellow,

psql -e DataBaseName < PgDumpFileName

many DataBase was successful, but large DataBase was
unsucccessful with the bellow messages.

COPY main FROM stdin;
QUERY: COPY main FROM stdin;
pqWait() -- connection not open
PQendcopy: resetting connection
EOF

"main" is table name."main" includes 240 fields.and PgDumpFile
is over 26MB.And using Japanese contents.

v6.4.2 compiled with Japanese Option.

--------------------------------------------------------------------------

Test Case:
----------

--------------------------------------------------------------------------

Solution:
---------

--------------------------------------------------------------------------

Browse pgsql-ports by date

  From Date Subject
Next Message Unprivileged user 1999-01-08 16:20:27 Port Bug Report: cannot find dlfcn.h
Previous Message Unprivileged user 1999-01-08 08:23:48 Port Bug Report: EOL prob with documentation .tar.gz files