Remaining native-partitioning gaps (cli/api/dbadapters/postgres_execution_sql.ts createPartitionedTableTasks):
- Sub-partitioning (nested
PARTITION BY) — not supported.
- Tablespace on the partitioned parent —
createPartitionedTableTasks omits it (the regular createTable applies it). Minor.
Not gaps (confirmed): indexes + opclass on partitioned tables already work (createIndexes runs for the partitioned path). fillfactor on a partitioned parent is invalid — Postgres forbids storage params on partitioned tables. Split from #15.
Remaining native-partitioning gaps (
cli/api/dbadapters/postgres_execution_sql.tscreatePartitionedTableTasks):PARTITION BY) — not supported.createPartitionedTableTasksomits it (the regularcreateTableapplies it). Minor.Not gaps (confirmed): indexes +
opclasson partitioned tables already work (createIndexesruns for the partitioned path).fillfactoron a partitioned parent is invalid — Postgres forbids storage params on partitioned tables. Split from #15.