sql: tables with an interleaved child cannot be DROPed without CASCADE #8036
Labels
A-schema-changes
A-sql-semantics
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
S-3-ux-surprise
Issue leaves users wondering whether CRDB is behaving properly. Likely to hurt reputation/adoption.
Given
Then
DROP TABLE t1
will not (yet) work butDROP TABLE t1 CASCADE
will.There is some trickiness to doing this and it doesn't seem particularly necessary, so I'm going to leave it (but link this issue in the error) until there's sufficient interest. Please weigh in on this issue if this is affecting you.
The text was updated successfully, but these errors were encountered: