Skip to content

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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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