Replies: 1 comment 2 replies
-
For native partitioning, I don't believe you can change the partition key of an existing set. At least I'm not seeing any looking at the documentation. The partition key is declared at the CREATE TABLE call and I don't see any options for changing that via ALTER TABLE. So, unless someone else knows a better way, to change the control column you would have to migrate your data to a new partition set. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to change the control column of my table from A to B. What is the best way to do that with partman?
Beta Was this translation helpful? Give feedback.
All reactions