pg_dump doesn't work on Linux PPC

From: pgsql-bugs(at)postgresql(dot)org
To: pgsql-bugs(at)postgresql(dot)org
Subject: pg_dump doesn't work on Linux PPC
Date: 2000-11-04 21:13:14
Message-ID: 200011042113.eA4LDE942742@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Marco Pratesi (pratesi(at)fitcom(dot)it) reports a bug with a severity of 1
The lower the number the more severe it is.

Short Description
pg_dump doesn't work on Linux PPC

Long Description
The description is very simple.
I am using PostgreSQL 7.0.2 on Yellow Dog Linux CS 1.2,
I use the official RPMs.

bash$ pg_dump pgmarket -u
Username: postgres
Password:

getFuncs(): SELECT failed. Explanation from backend: 'ERROR: getattproperties: no attribute tuple 1255 -2
'.
bash$ uname -a
Linux localhost.localdomain 2.2.16 #9 Mon Aug 7 14:59:54 CEST 2000 ppc unknown

If I have to dump my data, I have to downgrade to the 7.0 version,
but with 7.0 I have a problem with a JOIN, hence I have had
to upgrade.
To store my data on ascii files, I have to use COPY
on the psql prompt.

Also pgaccess and ODBC connections don't work, the error messages
are almost the same.

Is it a known problem ?
Does it exist a workaround ?
Can it be solved ?

Many thanks in advance.

Sample Code

No file was uploaded with this report

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Lamar Owen 2000-11-04 21:21:36 Re: pg_dump doesn't work on Linux PPC
Previous Message Tom Lane 2000-11-04 17:26:56 Re: AbortTransaction errors - remedy?