Re: SQL-Dump and refertial Integrity - Mailing list pgsql-novice

From Tom Lane
Subject Re: SQL-Dump and refertial Integrity
Date
Msg-id 24644.1018892663@sss.pgh.pa.us
Whole thread Raw
In response to SQL-Dump and refertial Integrity  (Thomas Woehlke <Thomas.Woehlke@ESC-Electronics.de>)
List pgsql-novice
Thomas Woehlke <Thomas.Woehlke@ESC-Electronics.de> writes:
> If I export the Structure via pg_dump
> the table are dumped in alphabetical order, but the order violates
> the refenrential integrity of my db.

> At inserting it via psql db < db_structure.sql it throws errors and the
> database is not not correctly build on the other server. Tables are
> missing.

How old is your PG version?  This problem was fixed ages ago.

If you cannot find any other way out, you'll have to edit the dump file
by hand to put the table declarations in a valid order.  (It might be
best to dump schema and data separately, if the combined dump file is
too large to edit conveniently.)

            regards, tom lane

pgsql-novice by date:

Previous
From: "Josh Berkus"
Date:
Subject: Re: Date format
Next
From: "Joshua b. Jore"
Date:
Subject: Re: SQL-Dump and refertial Integrity