Add some defenses to guard against case where a rule refers to a table
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 17 Apr 2001 00:32:58 +0000 (00:32 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 17 Apr 2001 00:32:58 +0000 (00:32 +0000)
commit5e3c05eff217b5542ba032bdcfadb5698338482e
treeaeab99c21cd706cc57515f54e64db96c5f4d42a2
parent6fbc8cd9e12265b54bc8c266bfde870bf16e9cd7
Add some defenses to guard against case where a rule refers to a table
or view that's been dropped and then recreated with the same name (but,
perhaps, different columns).  Eventually we'd like to support this but
for now all we can do is fail cleanly, rather than possibly coredumping
if we proceed using the obsolete rule.
src/backend/rewrite/rewriteHandler.c