Skip to content

Types not registered if the PostGIS extension is installed in the database schema other than "public" #146

@gkresic

Description

@gkresic

It seems both net.postgis.jdbc.DriverWrapper and net.postgis.jdbc.DriverWrapperAutoprobe are assuming PostGIS is installed in public schema or at least somewhere on the user's search_path. However, it is not uncommon to install PostGIS in its own schema (like gis) to prevent name clashes with other extensions in the same database.

This is loosely related to #50.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions