"Chris White (cjwhite)" <cjwhite(at)cisco(dot)com> writes:
> I have done a backup of my 7.4.2 database using pg_dump. When I restore
> the database using the -c option I get the following error message and
> pg_restore fails
> pg_restore: [archiver (db)] could not execute query: ERROR: trigger
> "RI_ConstraintTrigger_17371" for table "vm_message" does not exist
Probably an ordering issue --- easiest workaround is not to use -c,
I'd think.
If you like, you could try CVS-tip pg_dump to see if it gets the
ordering right.
regards, tom lane