Re: pg_dump failing on LinuxPPC

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: pgsql@stucoates.com, pgsql-bugs@postgresql.org
Date: 2001-02-22T03:58:08Z
Lists: pgsql-bugs
pgsql-bugs@postgresql.org writes:
> getAggregates(): SELECT failed.  Explanation from backend: 'ERROR:  Attribute 'aggtransfn1' not found'.

Looks like you're trying to run a 6.5-or-older pg_dump against a 7.1 backend.
Check your PATH.

			regards, tom lane