You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "James Taylor (JIRA)" <ji...@apache.org> on 2014/07/18 01:28:04 UTC

[jira] [Created] (PHOENIX-1098) Support CASCADE option on DROP TABLE that drops all VIEWs

James Taylor created PHOENIX-1098:
-------------------------------------

             Summary: Support CASCADE option on DROP TABLE that drops all VIEWs
                 Key: PHOENIX-1098
                 URL: https://issues.apache.org/jira/browse/PHOENIX-1098
             Project: Phoenix
          Issue Type: Bug
            Reporter: James Taylor


It's inconvenient to have to manually drop all of the views of a multi-tenant table before being able to drop the table. We should support a CASCADE option on DROP TABLE which automatically does this, like this:

DROP TABLE foo CASCADE



--
This message was sent by Atlassian JIRA
(v6.2#6252)