Re: error Backing up DB

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Graham Vickrage" <graham(at)digitalplanit(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: error Backing up DB
Date: 2001-01-23 21:41:16
Message-ID: 7809.980286076@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

"Graham Vickrage" <graham(at)digitalplanit(dot)com> writes:
> I am getting the following error when using pg_dump (v 7.0 on linux)
> getTables(): relation 'client': cannot find function with oid 1654 for
> trigger RI_ConstraintTrigger_7406341
> And when I try and look at the functions using
> /df
> I get the following error -
> ERROR: Function 'oid8types(oidvector)' does not exist

This second error message looks like you are running a 6.5 psql
against a 7.0 database server. Possibly the pg_dump problem is of
the same making (ie, 6.5 pg_dump) --- check your PATH.

regards, tom lane

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Alfonso Peniche 2001-01-24 00:15:41 table lock mode
Previous Message Graham Vickrage 2001-01-23 18:47:12 error Backing up DB