[postgis-users] Error with ST functions
Lorenzo Bottaccioli
lorenzo.bottaccioli at gmail.com
Thu Nov 19 02:33:12 PST 2015
Hi,
(how) did you enable PostGIS for the database you're using ?
SELECT postgis_full_version();
--strk;
the reuslt of the query is:
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
As an addition, you need to have the public schema in your search path, at
> least.
> It is the case by default, unless you tweeked it.
>
> SET search_path TO 'public' ;
>
I'have tried this but there is no difference.
Best
Lorenzo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-users/attachments/20151119/c775a3b9/attachment.html>
More information about the postgis-users
mailing list