提交 680a7105 编写于 作者: A Andreas Scherbaum 提交者: Andreas Scherbaum

Add note about DROP VIEW ... CASCADE (#2705)

上级 0a40cadf
......@@ -29,6 +29,10 @@
<codeblock>DROP VIEW topten;
</codeblock>
</p>
<p>The <codeph>DROP VIEW ... CASCADE</codeph> command also removes all dependent objects. As
example, if another view depends on the view which is about to be dropped, the other view
will be dropped as well. Without the <codeph>CASCADE</codeph> option, the
<codeph>DROP VIEW</codeph> command will fail.</p>
</body>
</topic>
</topic>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册