[GENERAL] an error while pg_dumpall

2001-04-07 Thread bobson
Hi, I get such error while trying to dumpall db on PostgreSQL 7.0.3 [postgres@trinity pgsql]$ pg_dumpall -p -d | gzip > /admins/PGBACK/baza-last-all.sql.gz getInherits(): SELECT failed. Explanation from backend: 'ERROR: Attribute 'inhrel' not found '. pg_dump failed on trinity_admins_db

Re: [GENERAL] an error while pg_dumpall

2001-04-04 Thread Tom Lane
"Partyka Robert" <[EMAIL PROTECTED]> writes: > getInherits(): SELECT failed. Explanation from backend: 'ERROR: > Attribute 'inhrel' not found IIRC, this is the symptom you get when trying to run a 6.5 pg_dump against a 7.0 database ... or was it the other way around? Anyway, check your PATH t