Replies: 3 comments 6 replies
-
It should fail. Notice that currently DROP SCHEMA contains option CASCADE or RESTRICT. CASCADE - Automatically drop objects (tables, functions, etc.) that are contained in the schema. Currently we throw an error that it is not yet supported. RESTRICT - Refuse to drop the schema if it contains any objects. This is the default when no option is given. |
Beta Was this translation helpful? Give feedback.
-
Awesome. But seems we do not verify it, do we? |
Beta Was this translation helpful? Give feedback.
-
Is there any plan to support drop schema cascade? |
Beta Was this translation helpful? Give feedback.
-
Should DROP SCHEMA succeed or fail when there is a table in the schema?
@martint @kasiafi
Beta Was this translation helpful? Give feedback.
All reactions