有没办法可以实现自动创建分区?
可以使用触发器自动创建postgresql分区
https://blog.csdn.net/weixin_41197407/article/details/113243537
目前没自动的。
可以使用触发器,或者是定时任务来进行创建。