Re: Dumping/Restoring with constraints?

From: Terry Lee Tucker <terry(at)chosen-ones(dot)org>
To: "PG-General Mailing List" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Dumping/Restoring with constraints?
Date: 2008-08-27 13:29:41
Message-ID: 200808270929.42049.terry@chosen-ones.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-general

On Wednesday 27 August 2008 09:19, Phoenix Kiula wrote:
> Hello. I have a database dump. With data and schema, which includes
> all the constraints and rules. But it seems the pg_dumpall command
> does not copy data in such a way that foreign keys are satisfied upon
> restoring. Because tables are inter-related, importing them keep
> giving errors and eventually no data is imported. Neither pg_dumpall
> nor pg_restore seems to have a "without constraints" or "delay
> constraints check" type command. What am I missing? Thanks for any
> advice.

We have all sorts of constraints and foreign keys and we have never had any
problem with pg_restore related to dumping such that foreign keys are
satisfied. You must have data already in the database that violates the
restraints. You can restore in two phases; that is, by restoring the schema,
and then the data using --disable-triggers. I'm assuming you are doing a
binary dump. See the man page for pg_restore.

HTH
--
Terry Lee Tucker
Turbo's IT Manager
Turbo, division of Ozburn-Hessey Logistics
2251 Jesse Jewell Pkwy NE
Gainesville, GA 30501
Tel: (336) 372-6812 Fax: (336) 372-6812 Cell: (336) 404-6987
terry(at)turbocorp(dot)com
www.turbocorp.com

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Merlin Moncure 2008-08-27 13:32:56 Re: [GENERAL] PITR - base backup question
Previous Message Marco Bizzarri 2008-08-27 13:27:48 Re: [GENERAL] Dumping/Restoring with constraints?

Browse pgsql-general by date

  From Date Subject
Next Message Merlin Moncure 2008-08-27 13:32:56 Re: [GENERAL] PITR - base backup question
Previous Message Marco Bizzarri 2008-08-27 13:27:48 Re: [GENERAL] Dumping/Restoring with constraints?