"Raymond O'Donnell" <rod@iol.ie> writes:
> The error I'm getting is:
> getTables(): relation 'vecs': cannot find function with iod 1647 for
> trigger RI_ConstraintTrigger_61453
Judging from the wording of the error message, it appears that the
version of pg_dump you are using is 6.5 (or even older), which will
certainly not work with a 7.0 or later database. But you should
have a compatible version of pg_dump somewhere in your installation.
Check your PATH.
regards, tom lane