Question: pg_pathman with Postgres 12 native partitioning
arrowwood49 opened this issue · 0 comments
arrowwood49 commented
I'm planning to use Postgres 12 native partitioning. There are existing regular tables that need to be converted to partitioned tables using range partition. Is it possible to use pg_pathman function create_range_partitions() only for data migration?
Thanks