Re: failure on updating database from 7.1 to 7.3

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Arne Roolfs <roolfs(at)novacard(dot)de>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: failure on updating database from 7.1 to 7.3
Date: 2002-12-12 16:46:00
Message-ID: 19810.1039711560@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Arne Roolfs <roolfs(at)novacard(dot)de> writes:
> after compiling and installing postgresql 7.3 i tried to dump the old
> database of the running 7.1-server with "pg_dumpall -o > test" of the
> new version like recommendend by the "INSTALL"-file.

> it answered:
> bash$ /usr/local/pgsql-7.3/bin/pg_dumpall -o > test
> pg_dump: column number -1 is out of range 0..4
> pg_dumpall: pg_dump failed on adressen, exiting

Yeah, the 7.3 version of pg_dump is broken for 7.1 servers :-(. This is
fixed for 7.3.1. I believe I posted the patch on one of the mailing
lists last week, or you can get it from CVS.

regards, tom lane

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Robert Treat 2002-12-12 19:50:50 Re:
Previous Message John Nicholas 2002-12-12 16:20:19 How do I compile only psql ?