Skip to content
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

ALTER FOREIGN TABLE … OWNER TO isn't propagated to workers. #2548

Closed
pykello opened this issue Dec 14, 2018 · 1 comment · Fixed by #2726
Closed

ALTER FOREIGN TABLE … OWNER TO isn't propagated to workers. #2548

pykello opened this issue Dec 14, 2018 · 1 comment · Fixed by #2726
Assignees

Comments

@pykello
Copy link
Contributor

pykello commented Dec 14, 2018

ALTER TABLE ... OWNER TO ... is propagated to workers, but the foreign table equivalent (ALTER FOREIGN TABLE ... OWNER TO ... isn't propagated to workers. This makes it difficult to change the owner of distributed cstore tables.

@serprex
Copy link
Collaborator

serprex commented May 15, 2019

I will be working on this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants