Thread: error weil dumping
Hello pgsql team, using redhat 6.1 on intel pIII using pgsql 7.02 or pgsql 7.03 pg_dump and pg_dumpall will produce an error like this: NOTICE: Unrecognized variable client_encoding NOTICE: Unrecognized variable client_encoding NOTICE: Unrecognized variable client_encoding NOTICE: Unrecognized variable client_encoding NOTICE: Unrecognized variable client_encoding getInherits(): SELECT failed. Explanation from backend: 'ERROR: Attribute 'inhrel' not found any idea whats my mistake? The db runs normal, no problems seen. regression test runs bugcheck runs onle in2 and int4 will not work. best regards Fridolin -- aixit GmbH Httenstr. 46 D-52068 Aachen FON: +49(0)241-95807-0 FAX: +49(0)241-95807-17 internet: www.aixit.com email: info@aixit.com
"aixit" <F.Heyer@aixit.com> writes: > getInherits(): SELECT failed. Explanation from backend: 'ERROR: Attribute > 'inhrel' not found > any idea whats my mistake? I think this is what you see if you run a 6.5 pg_dump against a 7.0 database, or was it the other way around? Anyway, check your PATH to see what's getting invoked ... regards, tom lane