Thread: DROP RULE ... CASCADE

DROP RULE ... CASCADE

From
Dmitriy Igrishin
Date:
Hey all,<br /><br />What objects may depend on the rule (and which of them will removed via cascade rule deletion)?<br
/><br/>Regards,<br />Dmitriy Igrishin<br /><br /> 

Re: DROP RULE ... CASCADE

From
Tom Lane
Date:
Dmitriy Igrishin <dmitigr@gmail.com> writes:
> What objects may depend on the rule (and which of them will removed via
> cascade rule deletion)?

At present I don't think that a rule can have any dependent objects.
The CASCADE option is there for symmetry and future-proofing.
(The same goes for some other types of objects, too.)
        regards, tom lane