Can NOT dump db with 6.4.2's pg_dumpall

From: Michael Ma <mikema(at)ficnet(dot)net>
To: pgsql-admin(at)postgresql(dot)org
Subject: Can NOT dump db with 6.4.2's pg_dumpall
Date: 2000-02-19 19:41:44
Message-ID: 38AEF1F8.DEC50A7D@ficnet.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi,

In order to upgrade from 6.4.2 to 6.5.2, I tried to dump my db by typing

[postgres(at)redhat60 pgsql]$ pg_dumpall -z > db.out

Instead of getting a dump file, I got the following message.

========================================================================
pg_dump: The -z option(dump ACLs) is now the default, continuing.
SET TRANSACTION command failed. Explanation from backend: 'ERROR:
parser: parse error at or near "transaction"
'.
pg_dump failed on cqn, exiting
========================================================================

My working platform is: RedHat Linux 6.0 with kernel 2.2.5-22 on a P-200
machine with 49M RAM.

Can anybody help? Thanks in advance.

Michael

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Alberto Mainoni 2000-02-19 22:57:12 the beginners
Previous Message Peter Eisentraut 2000-02-19 14:13:06 Re: [ADMIN] Backup of db with large objects.