PostgreSQL - Table Partitioning
You try to create a list partitioned table with this command:
What is the error in this statement?
CREATE TABLE items (id INT, category TEXT) PARTITION BY LIST category;
What is the error in this statement?
