Postgis installed by ubuntu repository, then

createdb mydb
psql -d mydb -f postgis_comments.sql
psql -d mydb -f spatial_ref_sys.sql
psql -d mydb -f rtpostgis.sql
psql -d mydb -f raster_comments.sql
psql -d mydb -f topology.sql
psql -d mydb -f topology_comments.sql



2015-11-19 18:03 GMT+01:00 Sandro Santilli <s...@keybit.net>:

> On Thu, Nov 19, 2015 at 05:53:47PM +0100, Lorenzo Bottaccioli wrote:
> > SELECT extname, extversion from pg_extension;
> >  extname | extversion
> > ---------+------------
> >  plpgsql | 1.0
> > (1 row)
>
> [...]
>
> > POSTGIS="2.1.2 r12389" GEOS="3.4.2-CAPI-1.8.2 r3921" PROJ="Rel.4.8.0, 6
> March 2012" GDAL="GDAL 1.10.1, released 2013/08/26" LIBXML="2.9.1"
> LIBJSON="UNKNOWN" RASTER
>
> So not via extension.
>
> Was this database upgraded from a previous version of PostGIS or
> installed new ? Did you build PostGIS yourself or installed from
> packages ?
>
> The point is that the install is broken
> (either by how you got there or by subsequent tampering).
>
> --strk;
> _______________________________________________
> postgis-users mailing list
> postgis-users@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/postgis-users
>
_______________________________________________
postgis-users mailing list
postgis-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/postgis-users

Reply via email to