Hi as anyone here been able to use the pg_partman extension with postgres 17? We are currently using timescale but since supabase is deprecating timescale we wanted to evaluate pg_partman as suggested by supabase.
But when I spin up a local supabase with
major_version=17
major_version=17
, and run
CREATE EXTENSION pg_partman SCHEMA extensions;
CREATE EXTENSION pg_partman SCHEMA extensions;
it says:
extension "pg_partman" is not available
extension "pg_partman" is not available
pg_partman is also not availabe in the extensions list in supabase studio
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.