summaryrefslogtreecommitdiff
path: root/contrib/ltree/sql/xl_ltree.sql
blob: 2fc90b3d4dd1df77cb7bd48f95ba54f31f52478b (plain)
1
2
3
4
5
6
7
8
9
10

--Column of types “citext”, “ltree” cannot be used as distribution column
--ltree - labels of data stored in a hierarchical tree-like structure
CREATE TABLE xl_dc27 (
    product_no integer,
    product_id ltree PRIMARY KEY,
    name MONEY,
    purchase_date TIMETZ,
    price numeric
) DISTRIBUTE BY HASH (product_id); --fail