-
Notifications
You must be signed in to change notification settings - Fork 695
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
DROP OWNED BY fails to drop the schemas on the workers #5763
Labels
Comments
TsinghuaLucky912
pushed a commit
to TsinghuaLucky912/citus
that referenced
this issue
Nov 24, 2022
…s on the workers
TsinghuaLucky912
pushed a commit
to TsinghuaLucky912/citus
that referenced
this issue
Nov 27, 2022
…s on the workers
TsinghuaLucky912
pushed a commit
to TsinghuaLucky912/citus
that referenced
this issue
Nov 29, 2022
…s on the workers
marcocitus
pushed a commit
to TsinghuaLucky912/citus
that referenced
this issue
Dec 2, 2022
…s on the workers
marcocitus
pushed a commit
that referenced
this issue
Dec 2, 2022
Co-authored-by: TsinghuaLucky912 <[email protected]> Fixes #5763
This doesn't seem to be fixed for all scenarios?: create role non_super_user_role;
create schema my_schema;
alter schema my_schema owner to non_super_user_role ;
drop owned by non_super_user_role ;
create schema my_schema;
ERROR: schema "my_schema" already exists
CONTEXT: while executing command on localhost:9701 |
onurctirtir
added a commit
that referenced
this issue
May 16, 2023
seems like we're not propagating this one, so that's a different bug |
oh okay, so I should add this into #4812 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: