Skip to content
Snippets Groups Projects
Commit c273e8b1 authored by Tom Lane's avatar Tom Lane
Browse files

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.
parent cdcaec5c
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment