Skip to content

Feature Request: add support for ltree data type #410

@landure

Description

@landure

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions