[postgis-devel] [PostGIS] #1982: Topology not found when installed with EXTENSION
PostGIS
trac at osgeo.org
Thu Sep 6 12:54:08 PDT 2012
#1982: Topology not found when installed with EXTENSION
-----------------------------------+----------------------------------------
Reporter: strk | Owner: strk
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.1.0
Component: build/upgrade/install | Version: trunk
Keywords: |
-----------------------------------+----------------------------------------
Description changed by strk:
Old description:
> template_postgis=# create extension postgis;
> CREATE EXTENSION
> template_postgis=# create extension postgis_topology;
> CREATE EXTENSION
> template_postgis=# select postgis_full_version();
> POSTGIS="2.1.0SVN r10237" GEOS="3.4.0dev-CAPI-1.8.0 r3703" PROJ="Rel.
> 4.8.0, 6 March 2012" GDAL="GDAL 2.0dev, released 2011/12/29"
> LIBXML="2.7.8" LIBJSON="UNKNOWN" RASTER
>
> Where's the topology ?
New description:
{{{
template_postgis=# create extension postgis;
CREATE EXTENSION
template_postgis=# create extension postgis_topology;
CREATE EXTENSION
template_postgis=# select postgis_full_version();
POSTGIS="2.1.0SVN r10237" GEOS="3.4.0dev-CAPI-1.8.0 r3703" PROJ="Rel.
4.8.0, 6 March 2012" GDAL="GDAL 2.0dev, released 2011/12/29"
LIBXML="2.7.8" LIBJSON="UNKNOWN" RASTER
}}}
Where's the topology ?
--
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1982#comment:1>
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-devel
mailing list