I have installed Postgresql 9.2 and would like to use LTREE data type. When I try to create table as in the documentation.
CREATE TABLE test (path ltree);
I have error: type ltree does not exist
I use pgAdmin III for this query. What am I doing wrong? Should I install this module separately. If yes, how?
P.S. OS Windows.