Maybe you should try something like : 
http://postgis.refractions.net/docs/RT_AddRasterConstraints.html

Hugues

        
http://postgis.refractions.net/docs/PostGIS_Special_Functions_Index.html#NewFunctions_2_0
 :

In PostGIS 2.0, raster type and raster functionality has been integrated. There 
are way too many new raster functions to list here and all are new so please 
refer to Chapter 9, Raster Reference for more details of the raster functions 
available. Earlier pre-2.0 versions had raster_columns/raster_overviews as real 
tables. These were changed to views before release. Functions such as 
ST_AddRasterColumn were removed and replaced with AddRasterConstraints, 
DropRasterConstraints as a result some apps that created raster tables may need 
changing.


-------- Message d'origine--------
De: postgis-users-boun...@postgis.refractions.net de la part de Yogesh Dahiya
Date: mer. 06/06/2012 14:53
À: postgis-users@postgis.refractions.net
Objet : [postgis-users] AddRasterColumn support
 
I am working on somebody else postgis project and he used addrastercolumn
but postgis does not have reference to that function.

And that is because wkt raster support has been abandoned by postgis.

So what alternatives do I have for providing raster support.


<<winmail.dat>>

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

Reply via email to