Closed
Description
Hi,
How do I use it exactly?
1.create table
2.SELECT public.create_range_partitions('partitioned_table', 'time_key', '2016-10-27'::date, '1 day'::interval, 1);
3.select public.partition_table_concurrently('partitioned_table', 10000);
that's it? I don't see anything in SELECT * FROM public.show_concurrent_part_tasks();
cheers