Postgres 6.4 load problem

From: Robert Adam II <Robert(dot)Adam(dot)II(at)uno(dot)edu>
To: pgsql-general(at)postgreSQL(dot)org
Subject: Postgres 6.4 load problem
Date: 1998-11-11 15:21:20
Message-ID: 3649AB70.1C9C71CD@uno.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,
I'm having a problem moving a database from 6.3.2 to 6.4

Hardware: Alpha
OS: Digital Unix 4.0d

Dump command: pg_dumpall -z >db.out
Load command: psql -e template1 <db.out

I'm using the "pg_dumpall" command from 6.4 as suggested
by the INSTALL file.

Both the dump and load commands are done by the "postgres"
account.

When I try to load the database, I eventually get the following
message (many times) while a COPY command is being executed:
query buffer max length of 20000 exceeded
query line ignored

I removed 6.4, reinstalled 6.3.2, and was able to do the load with
no problem.

Is this a bug or did I miss something?

Thanks,
Robert Adam, II

Browse pgsql-general by date

  From Date Subject
Next Message Sferacarta Software 1998-11-11 16:11:21 Re: [GENERAL] PL/pgSQL
Previous Message Sergei Chernev 1998-11-11 13:16:48 PL/pgSQL