I have such table:
CREATE TABLE IF NOT EXISTS category ( id serial primary key, name varchar(255), path ltree NOT NULL );
and I h