I installed Postgresql 9.2 and would like to use the LTREE data type. When I try to create a table, as in the documentation.
CREATE TABLE test (path ltree);
I have an error: type ltree does not exist
I am using pgAdmin III for this request. What am I doing wrong? Install this module separately. If so, how?
Postscript Windows OS.
Alex
source share