You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The doc says CASCADE (Default) Drop all tables and views in the database as well as all objects (such as constraints and views) that depend on those tables. CASCADE does not list objects it drops, so should be used cautiously. - it however does not mention how to list the objects that are affected by CASCADE option.
If I do not use CASCADE, what happens to these orphan objects? Is there a way to list them and remove at a later stage?
Uh oh!
There was an error while loading. Please reload this page.
Page: https://cockroachlabs.com/docs/v25.1/drop-database.html
What is the reason for your feedback?
[X] Missing the information I need
Additional details
The doc says
CASCADE (Default) Drop all tables and views in the database as well as all objects (such as constraints and views) that depend on those tables. CASCADE does not list objects it drops, so should be used cautiously.
- it however does not mention how to list the objects that are affected byCASCADE
option.If I do not use
CASCADE
, what happens to these orphan objects? Is there a way to list them and remove at a later stage?Request that some note on this is provided.
Jira issue: DOC-12614
The text was updated successfully, but these errors were encountered: