Re: Bug with foreign keys and importing from a pg_dump file? - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Bug with foreign keys and importing from a pg_dump file?
Date
Msg-id 20851.980579361@sss.pgh.pa.us
Whole thread Raw
In response to Bug with foreign keys and importing from a pg_dump file?  (Michael Davis <mdavis@sevainc.com>)
List pgsql-bugs
Michael Davis <mdavis@sevainc.com> writes:
> Is there a bug with importing from a pg_dump file and foreign keys?  If I
> create two tables where one table has a foreign key relationship to the
> other and look at the system tables everything looks great.  If I then
> pg_dump, dropdb, createdb, and import the dump file, then the system tables
> are reporting the foreign key differently.

It looks like pg_dump neglects to emit a "FROM pktable" clause in its
CREATE CONSTRAINT TRIGGER commands, and so the tgconstrrelid field of
pg_trigger is not restored.  This is a bug I think, although the side
effects appear to be minor...

            regards, tom lane

pgsql-bugs by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Re: Postgres int rounding
Next
From: Alex Krohn
Date:
Subject: Re: select fails on indexed varchars.