[postgis-devel] AddRasterConstraints failing to create extents in raster_column view

Bborie Park dustymugs at gmail.com
Tue Apr 23 16:59:44 PDT 2013


I'm sure you're running EnterpriseDB's build of PostgreSQL due to it
being build on VC++.  Based upon the output, it looks like there is a
version mismatch between the underlying PostGIS library and the SQL
functions in your database.

(core procs
from "2.0.1 r9979" need upgrade) RASTER (raster procs from "2.0.1 r9979"
need upgrade)"

Run postgis_upgrade_20_minor.sql and rtpostgis_upgrade_20_minor.sql on
your database...

-bborie

On Mon, Apr 22, 2013 at 10:52 PM, ryagz <raghavendra at vizexperts.com> wrote:
> I ran the query and the result is :
>
> "PostgreSQL 9.1.6, compiled by Visual C++ build 1500, 32-bit POSTGIS="2.0.3
> r11128" GEOS="3.3.8-CAPI-1.7.8" PROJ="Rel. 4.8.0, 6 March 2012" GDAL="GDAL
> 1.9.2, released 2012/10/08" LIBXML="2.7.8" LIBJSON="UNKNOWN" (core procs
> from "2.0.1 r9979" need upgrade) RASTER (raster procs from "2.0.1 r9979"
> need upgrade)"
>
> In the history there is this message:
>
> -- Executing query:
> SELECT version() || ' ' || postgis_full_version();
> NOTICE:  Function postgis_topology_scripts_installed() not found. Is
> topology support enabled and topology.sql installed?
>
> Total query runtime: 12 ms.
> 1 row retrieved.
>
> I am not sure if my postgreSql is enterprise DB i downloaded the setup from
> the website long time back. Can you let me know how to find if its
> enterprise DB or not. So that i will check and let you know.
>
>
>
>
>
> --
> View this message in context: http://postgis.17.x6.nabble.com/AddRasterConstraints-failing-to-create-extents-in-raster-column-view-tp5003029p5003090.html
> Sent from the PostGIS - Dev mailing list archive at Nabble.com.
> _______________________________________________
> postgis-devel mailing list
> postgis-devel at lists.osgeo.org
> http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-devel



More information about the postgis-devel mailing list