On 24.10.2016 15:30, Niclas Hedhman wrote:
If I go back to psql, I get this informative message
postgres=# CREATE EXTENSION ltree;
ERROR: extension "ltree" already exists
OK, that is weird...
Maybe 'ltree' extension is per-user?
Have you tried logging in with same user as the Java tests are logging
in there, and trying to run that SQL command (the CREATE TABLE command)
by hand?
It *might* be that ltree extension has changed over the years and no
longer exposes 'ltree' type directly, altho I doubt that a lot.