[postgis-tickets] [PostGIS] #3913: Include minor upgrade in extension-from-unpackaged script
PostGIS
trac at osgeo.org
Sat Oct 28 16:41:55 PDT 2017
#3913: Include minor upgrade in extension-from-unpackaged script
----------------------+---------------------------
Reporter: strk | Owner: robe
Type: defect | Status: reopened
Priority: medium | Milestone: PostGIS 2.5.0
Component: postgis | Version: 2.4.x
Resolution: | Keywords:
----------------------+---------------------------
Comment (by strk):
I confirm the problem exists in trunk too.
Way to reproduce:
{{{
createdb t
for f in postgis/postgis.sql raster/rt_pg/rtpostgis.sql
spatial_ref_sys.sql; do
psql -f $f t
done
psql -c 'create extension postgis from unpackaged' t
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3913#comment:6>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list