-
Hi community, I have a question regarding run_maintenance_proc in particular how it creates partition. Will the create partition operation obtain an |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
First the table is created https://github.com/pgpartman/pg_partman/blob/master/sql/functions/create_partition_time.sql#L170 then it is attached https://github.com/pgpartman/pg_partman/blob/master/sql/functions/create_partition_time.sql#L214 Same is true for integer based partitioning as well |
Beta Was this translation helpful? Give feedback.
First the table is created
https://github.com/pgpartman/pg_partman/blob/master/sql/functions/create_partition_time.sql#L170
then it is attached
https://github.com/pgpartman/pg_partman/blob/master/sql/functions/create_partition_time.sql#L214
Same is true for integer based partitioning as well