CVSROOT:        /cvsroot
Module name:    pgsql-server
Changes by:     [EMAIL PROTECTED]       03/09/17 14:19:17

Modified files:
        src/backend/rewrite: rewriteDefine.c 

Log message:
        Disallow converting a table to a view if it has triggers, indexes, or
        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.


---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

               http://www.postgresql.org/docs/faqs/FAQ.html

Reply via email to