8000 Drop connection <connection_name> cascade; · Issue #21667 · risingwavelabs/risingwave · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Drop connection <connection_name> cascade; #21667

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
tiphdousset opened this issue Apr 30, 2025 · 0 comments
Open

Drop connection <connection_name> cascade; #21667

tiphdousset opened this issue Apr 30, 2025 · 0 comments
Labels
type/feature Type: New feature.
Milestone

Comments

@tiphdousset
Copy link

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

@tiphdousset tiphdousset added the type/feature Type: New feature. label Apr 30, 2025
@github-actions github-actions bot added this to the release-2.4 milestone Apr 30, 2025
@BugenZhao BugenZhao modified the milestones: release-2.4, release-2.5 May 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/feature Type: New feature.
Projects
None yet
Development
2F77

No branches or pull requests

2 participants
0