I'm trying to upgrade from 6.4.2, and the 6.4.2pg_dumpall is failing
with the message:
guru$ pg_dumpall > db_out
getIndices(): SELECT failed
pg_dump failed on sqlmail, exiting
Trying the version of pg_dumpall that comes with 6.5.1 fails with:
guru$ sh /tmp/pg_dumpall > db_out
SET TRANSACTION command failed. Explanation from backend: 'ERROR: parser: parse
error at or near "transaction"
'.
pg_dump failed on hotlist, exiting
I'd like to upgrade - but not if I lose my databases.
Any help or suggestions would be greatly appreciated.
<mike
************