Cope with circularities involving a view's ON SELECT rule. I originally
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 14 Dec 2004 22:16:32 +0000 (22:16 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 14 Dec 2004 22:16:32 +0000 (22:16 +0000)
commit86a069bbed9264daaa85270ece0a2d5959017336
treee74e879b34aecd5e4df8cc870ad464fdfccf331a
parent94e467061e7e2810cd7f566d837e6bb77edaf10d
Cope with circularities involving a view's ON SELECT rule.  I originally
thought there couldn't be any, but the folly of this was exposed by an
example from andrew@supernews.com 5-Dec-2004.  The patch applies the
identical logic already used for table constraints and defaults to ON
SELECT rules, so I have reasonable confidence in it even though it might
look like complicated logic.
src/bin/pg_dump/pg_dump.c
src/bin/pg_dump/pg_dump.h
src/bin/pg_dump/pg_dump_sort.c