Please add support for PostgreSQL ltree extension, with
ltree data type, mapping to a string.
gist_ltree_ops indexes, created with a query like CREATE INDEX path_gist_idx ON test USING GIST (path gist_ltree_ops(siglen=100)); where 100 is a multiple of 4 signature length.
@>, <@, @, ~, ? operators.
Ltree is a nice extension for tree structures.