create index concurrently on partitioned table
I am using postgresql 14.1, and I re-created my live database using parititons for some tables. since i did that, i could create index when the server wasn't live, but when it's live i can only create the using concurrently but unfortunately when I try to create an index concurrently i get an error. running this: create index concurrently foo on foo_table(co