BUG #5698: pg_dump (8.3.11) does not consider constrains - Mailing list pgsql-bugs

From Johannes Meidert
Subject BUG #5698: pg_dump (8.3.11) does not consider constrains
Date
Msg-id 201010081146.o98BkV8p022139@wwwmaster.postgresql.org
Whole thread Raw
Responses Re: BUG #5698: pg_dump (8.3.11) does not consider constrains
List pgsql-bugs
The following bug has been logged online:

Bug reference:      5698
Logged by:          Johannes Meidert
Email address:      johannes.meider@rohde-schwarz.com
PostgreSQL version: 8.3.11, 9.0.1
Operating system:   Windows
Description:        pg_dump (8.3.11) does not consider constrains
Details:

pg_dump dumps tables in the worng order for constraints (table a refrences
key of table b, but table a is dumped first). As a consequence an import
fails, because the required foreign key (in table b) is missing when table a
is imported.
Work around: import twice.
Is this fixed in version 9.0?

pgsql-bugs by date:

Previous
From: Dimitri Fontaine
Date:
Subject: Re: BUG #5687: RADIUS Authentication issues
Next
From: "Johannes Meidert"
Date:
Subject: BUG #5699: Postgres runs only under default user.