pgLab/releasenotes/notes/partition-by-414aefaf17009287.yaml
eelke 2c899bd799 Generate PARTITIONED BY SQL for partitioned tables.
Expressions not yet supported.
2023-02-06 20:31:00 +01:00

8 lines
271 B
YAML

---
features:
- |
Limited support generating SQL for partitioned tables. It should be able to
generate SQL for list, hash and range partitioning involving columns only.
issues:
- |
It can yet generate correct SQL for a table partitioned by an expression.