Hi all.
After compiling from svn, I get a few errors while uploading
rtpostgis.sql.
Any hint?
Thanks a lot.
===
$ psql -d test -f raster/rt_pg/rtpostgis.sql
psql:raster/rt_pg/rtpostgis.sql:32: NOTICE:  type "raster" is not yet
defined
DETTAGLI: Creating a shell type definition.
CREATE FUNCTION
psql:raster/rt_pg/rtpostgis.sql:37: NOTICE:  argument type raster is
only a shell
...
psql:raster/rt_pg/rtpostgis.sql:77: ERROR:  function st_box2d(geometry)
does not exist
RIGA 3:     AS 'select st_box2d(st_convexhull($1))'
                       ^
HINT: No function matches the given name and argument types. You might
need to add explicit type casts.
...
psql:raster/rt_pg/rtpostgis.sql:947: ERROR:  function st_box2d(raster)
does not exist
...
psql:raster/rt_pg/rtpostgis.sql:1352: NOTICE:  CREATE TABLE / PRIMARY
KEY will create implicit index "raster_columns_pk" for table
"raster_columns"
CREATE TABLE
psql:raster/rt_pg/rtpostgis.sql:1375: NOTICE:  CREATE TABLE / PRIMARY
KEY will create implicit index "raster_overviews_pk" for table
"raster_overviews"


_______________________________________________
postgis-users mailing list
postgis-users@postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users

Reply via email to