developmentseed / tipg

Simple and Fast Geospatial OGC Features and Tiles API for PostGIS.
https://developmentseed.org/tipg/
MIT License
153 stars 23 forks source link

Adds the ability to use a schema other than pg_temp for installing catalog functions. #191

Open bitner opened 2 months ago

bitner commented 2 months ago

Adds the tipg_schema setting to PostgresSettings defaulting to "pg_temp" to allow installing tipg catalog functions into a permanent schema (NOTE: this schema must already exist, and the logged in user must have full permissions to the schema!).

Basically, this is just doing a replace of "pg_temp" in the dbcatalog.sql with whatever is set in the tipg_schema setting.