Re: Problems doing a restore under 7.4.2 - Mailing list pgsql-admin

From Chris White (cjwhite)
Subject Re: Problems doing a restore under 7.4.2
Date
Msg-id 00aa01c42835$660f6840$0300a8c0@amer.cisco.com
Whole thread Raw
In response to Re: Problems doing a restore under 7.4.2  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-admin
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


pgsql-admin by date:

Previous
From: Tom Lane
Date:
Subject: Re: Problems doing a restore under 7.4.2
Next
From: Rajesh Kumar Mallah
Date:
Subject: Re: set_curcfg('default') + tsearch1 call = postmaster crash