摘要:
在postgresql 10支持声明式分区之前,分区是通过继承实现的,如下: CREATE TABLE measurement ( city_id int not null, logdate date not null, peaktemp int, unitsales int ); CREATE T 阅读全文
posted @ 2022-09-05 23:12
zhjh256
阅读(123)
评论(0)
推荐(0)
浙公网安备 33010602011771号