Re: [NOVICE] pg_dump problem

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: John Burski <jburski(at)autopartshq(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org, pgsql-novice(at)postgresql(dot)org
Subject: Re: [NOVICE] pg_dump problem
Date: 2000-07-21 22:05:59
Message-ID: 25359.964217159@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-novice

John Burski <jburski(at)autopartshq(dot)com> writes:
> When I issue the "pg_dump jcon" (jcon being the database name, of
> course) I receive the following error message:

> getInherits(): SELECT failed

It might be time to put this in the FAQ ;-). You're probably trying
to run a 6.5 (or earlier?) pg_dump against a 7.0 database. The older
pg_dump doesn't do any version checking, and the first it realizes
it's got trouble is when it hits incompatibilities in the system
table layout.

Check your PATH to see where pg_dump is coming from...

regards, tom lane

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message John Burski 2000-07-22 14:16:43 Re: [NOVICE] pg_dump problem
Previous Message John Burski 2000-07-21 19:38:24 pg_dump problem

Browse pgsql-novice by date

  From Date Subject
Next Message Guido Medina 2000-07-21 22:37:50 About jdbc:postgresql...
Previous Message Andrew McMillan 2000-07-21 21:35:47 Re: Re: dramatic slowdown. . .fixed by vacuum