Michael Sheldon <michael.sheldon@verizon.net> writes:
> bash$ pg_dumpall > backup.data
> getAggregates(): SELECT failed. Explanation from backend: 'ERROR:
> Attribute 'aggtransfn1' not found
> '.
This looks like a problem with using an older (7.0?) pg_dump against a
newer database. Check your PATH to see which pg_dump is getting invoked
...
regards, tom lane