Postgresql – create unique constraint on partioned table using existing unique index
I have a gigantic partitioned table (4.6 T) on PostgreSQL 15.
It has a unique index that was created manually (not using a constraint query).
I have a gigantic partitioned table (4.6 T) on PostgreSQL 15.
It has a unique index that was created manually (not using a constraint query).