• Tom Lane's avatar
    Disallow converting a table to a view if it has triggers, indexes, or · 6b73da67
    Tom Lane authored
    child tables --- all cases that will trip various sanity checks elsewhere
    in the system, as well as cases that should not occur in the only intended
    use of this feature, namely coping with ancient pg_dump representation
    of views.  Per bug report from Chris Pizzi.
    6b73da67
rewriteDefine.c 17.1 KB