PosgtreSQL 11 支持為分區(qū)表創(chuàng)建一個(gè)默認(rèn)(DEFAULT)的分區(qū),用于存儲(chǔ)無(wú)法匹配其他任何分區(qū)的數(shù)據(jù)。顯然,只有 RANGE 分區(qū)表和 LIST 分區(qū)表需要默認(rèn)分區(qū)。1 2 3 4 5 6 7 8 CREATE TABLE measurement ( city_id int not null, logdate date not null, peaktemp int, uni
www.dbjr.com.cn/article/2031...htm 2025-5-16