PostgreSQL 10.x LIST分區方案. postgres=# CREATE TABLE list_parted ( postgres(# a int postgres(# ) PARTITION BY LIST (a); CREATE TABLE ...
確定! 回上一頁