Hacker News new | ask | show | jobs
by kdv 3071 days ago
Is anyone that was using pg_partman before migrated to native partitioning yet? No support for ON CONFLICT and PKs are serious limitations that are available with pg_partman.
1 comments

Most I know that are using partitioning even with Postgres 10 are still taking advantage of pg_partman. Pg_partman overall makes things much more usable in general.
I agree pg_partman is awesome, and it's a great testament to the extensibility baked into PostgreSQL.