BUG #5698: pg_dump (8.3.11) does not consider constrains

From: "Johannes Meidert" <johannes(dot)meider(at)rohde-schwarz(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #5698: pg_dump (8.3.11) does not consider constrains
Date: 2010-10-08 11:46:31
Message-ID: 201010081146.o98BkV8p022139@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 5698
Logged by: Johannes Meidert
Email address: johannes(dot)meider(at)rohde-schwarz(dot)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?

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Johannes Meidert 2010-10-08 11:53:45 BUG #5699: Postgres runs only under default user.
Previous Message Dimitri Fontaine 2010-10-07 20:04:28 Re: BUG #5687: RADIUS Authentication issues