Open
Description
How to create a btree index in age. I am able create gin index using :
CREATE INDEX idx_test_attribute_instance_graph
ON test_attribute_instance_graph."attribute_instance" USING gin (properties);
But for btree I couldn't find suitable syntax to be applied. I am using age v1.5 and postgresql ver 16.3