Re: creating a dump

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Hegyvari Krisztian" <Hegyvari(dot)Krisztian(at)ardents(dot)hu>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: creating a dump
Date: 2002-04-27 15:14:50
Message-ID: 20674.1019920490@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Hegyvari Krisztian" <Hegyvari(dot)Krisztian(at)ardents(dot)hu> writes:
> I try to dump my databases using pg_dumpall or pg_dump and I get the following error:

> \connect bic postgres
> getAggregates(): SELECT failed. Explanation from backend: 'ERROR: Attribute 'aggtransfn1' not found
> '.

I think you are trying to use a 7.0 or older pg_dump against a 7.1 or
newer database. Or maybe it was 7.2 where we changed the layout of
pg_aggregate. Anyway, this is a version skew problem.

(Newer versions of pg_dump do complain if the server version isn't one
they recognize, btw. But you are invoking an old one :-()

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2002-04-27 15:39:17 Re: requesting features in PostgreSQL
Previous Message Jochem van Dieten 2002-04-27 15:11:20 Re: delete column