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
Is your feature request related to a problem? Please describe.
Trying to drop a connection:
dev=> drop connection conn_kafka;
ERROR: Failed to run the query
Caused by:
Permission denied: PermissionDenied: connection used by 1 other objects.
Trying to use cascade:
dev=> drop connection conn_kafka cascade;
ERROR: Failed to run the query
Caused by:
Feature is not yet implemented: DROP CASCADE
No tracking issue yet. Feel free to submit a feature request at https://github.com/risingwavelabs/risingwave/issues/new?labels=type%2Ffeature&template=feature_request.yml
Describe the solution you'd like
I'd like to drop everything related to my connection with the "cascade" option.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Trying to drop a connection:
Trying to use cascade:
Describe the solution you'd like
I'd like to drop everything related to my connection with the "cascade" option.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: