Changes between Initial Version and Version 1 of Ticket #3975, comment 5
- Timestamp:
- 01/11/18 09:39:41 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3975, comment 5
initial v1 8 8 My thought is on install or upgrade of PostGIS, we can have our code set a guc variable to @extschema@. 9 9 10 Then if that guc variable is set, our SPI queries will use the GUC variable 10 Then if that guc variable is set, our SPI queries will use the GUC variable. 11 12 To accomodate those that don't use extensions, we could have our create / upgrade script read the current_schema instead of @extschema@. Regardless whether PostGIS is installed via extensions or scripts, the current schema is where PostGIS is installed.