[SQL] DROP RULE ... CASCADE

2010-03-16 Thread Dmitriy Igrishin
Hey all, What objects may depend on the rule (and which of them will removed via cascade rule deletion)? Regards, Dmitriy Igrishin

Re: [SQL] DROP RULE ... CASCADE

2010-03-16 Thread Tom Lane
Dmitriy Igrishin dmit...@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