"Graham Vickrage" <graham@digitalplanit.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