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