Re: Proposed patch: make pg_dump --data-only consider FK constraints
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: David Fetter <david@fetter.org>
Cc: pgsql-hackers@postgreSQL.org
Date: 2008-09-07T19:06:26Z
Lists: pgsql-hackers
David Fetter <david@fetter.org> writes: > On Sun, Sep 07, 2008 at 02:06:40PM -0400, Tom Lane wrote: >> Okay, I got tired of seeing people complain about foreign-key >> constraint violations in data-only dumps. > Isn't this something solved in the more general case by having > pre-data, data, and post-data dump options? No, not unless you expect that that patch will somehow forbid people from using data-only dumps. regards, tom lane