Opened 12 years ago
Closed 3 years ago
#1896 closed enhancement (fixed)
Make create postgis and postgis_topology unpackaged script automated
Reported by: | robe | Owned by: | robe |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS Fund Me |
Component: | build | Version: | master |
Keywords: | Cc: |
Description
Right now to generate the postgis--unpackaged.sql.in postgis-topology--unpackaged.sql.in
I just run a the "make_unpackaged.sql" query against a newly installed database with postgis / postgis_topology extensions. This I'd like to automate either by sourcing the sql files or as a autocommit job on Jenkins that will auto post whenever a change to the repo is made.
Change History (6)
comment:1 by , 12 years ago
Component: | postgis → build/upgrade/install |
---|---|
Owner: | changed from | to
comment:2 by , 12 years ago
Milestone: | PostGIS 2.1.0 → PostGIS Future |
---|
comment:3 by , 7 years ago
Milestone: | PostGIS Future → PostGIS Fund Me |
---|
comment:4 by , 7 years ago
How about providing this as an SQL function instead ?
postgis_extension_unpackage();
Note I've made generation of that script automated in the branch for the postgis_raster extension split, basing it on the drops found in uninstall + drop_before + drop_after.
comment:5 by , 7 years ago
See #3888 for the PR containing the automated creation of the unpackage script. It is a generic perl script that can be passed via stdin all the uninstall/drop files.
comment:6 by , 3 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
I belive this is fixed since [e7e778690c6920e3ba7b74ced6f314f6a9a5479d/git] with the presence of create_extension_unpackage.pl
Milestone renamed