Re: [BUGS] pg_dump failing on LinuxPPC

2001-02-23 Thread Tom Lane
Stu Coates <[EMAIL PROTECTED]> writes: > Anyway, I've sorted my obsolete version problem, and have discovered > another. Attached is a short shell script that causes pg_dump to core > dump whilst trying to dump a single, quite simple, table. Fix committed --- but it just missed the boat for 7.1b

Re: [BUGS] pg_dump failing on LinuxPPC

2001-02-23 Thread Stu Coates
Tom Lane wrote: > > Looks like you're trying to run a 6.5-or-older pg_dump against a 7.1 backend. > Check your PATH. Boy am I red faced... I was forgetting that LinuxPPC2000 comes with PostgreSQL installed... oh well, it was late! ;-( Anyway, I've sorted my obsolete version problem, and have di

Re: [BUGS] pg_dump failing on LinuxPPC

2001-02-21 Thread Tom Lane
[EMAIL PROTECTED] 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