Replies: 1 comment
-
You could use something like the |
Beta Was this translation helpful? Give feedback.
0 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.
Uh oh!
There was an error while loading. Please reload this page.
-
I have created a partitioned table but now I need to change one column type. To do that I will need to create INDEX over the new column and it needs to be in a way it does not lock the table.
Looks like the patitioned table is not allowing creating indexes concurrently.
What's the best strategy to workaround this situation?
Also if I need to create this partition by partition, how to dynamically discover the partitions as CREATE INDEX CONCURRENTLY does not run inside a transaction and all function are transactional?
Beta Was this translation helpful? Give feedback.
All reactions