I got around the problem by using the --disable-triggers option on the
restore.
Chris
-----Original Message-----
From: Tom Lane [mailto:tgl@sss.pgh.pa.us]
Sent: Wednesday, April 21, 2004 9:02 PM
To: cjwhite@cisco.com
Cc: pgsql-admin@postgresql.org
Subject: Re: [ADMIN] Problems doing a restore under 7.4.2
"Chris White (cjwhite)" <cjwhite@cisco.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