[postgis-tickets] [PostGIS] #2887: postgis is missing in list of extensions after installation
PostGIS
trac at osgeo.org
Fri Aug 8 04:37:04 PDT 2014
#2887: postgis is missing in list of extensions after installation
-----------------------------------+----------------------------------------
Reporter: hansgso | Owner: pramsey
Type: defect | Status: new
Priority: high | Milestone: PostGIS 2.1.4
Component: postgis | Version: 2.1.x
Keywords: extension not in list |
-----------------------------------+----------------------------------------
I have installed postgis 2.1.3 from source on debian 7.6 with postgres
9.3.
Installation was successful and postgis is working:
SELECT version() || ' ' || postgis_full_version();
"PostgreSQL 9.3.5 on x86_64-unknown-linux-gnu, compiled by gcc (Debian
4.7.2-5) 4.7.2, 64-bit POSTGIS="2.1.3 r12547" GEOS="3.3.3-CAPI-1.7.4"
PROJ="Rel. 4.7.1, 23 September 2009" GDAL="GDAL 1.9.0, released
2011/12/29" LIBXML="2.8.0" LIBJSON="UNKNOWN" TOPOLOG (...)"
I notice that in PGadmin III under database/extensions postgis is not
listed, but it is in the view pg_available_extensions.
When I try to install pgrouting I got this message:
ERROR: required extension "postgis" is not installed
SQL state: 42704.
It looks like something is missing during the installation of postgis to
register it.
Hans
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2887>
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