[postgis-users] PoctGIS 2.0 : ERROR: 42883: function st_srid(raster) does not exist

Stanislav Vanecek S.Vanecek at dhi.cz
Mon Nov 14 12:26:51 PST 2011


Hi
  I am executing command
 "CREATE TABLE workspace1.fc_cbd8a88e87c942b9bdcef66d158eaba9 (id uuid
NOT  NULL, CONSTRAINT fc_cbd8a88e87c942b9bdcef66d158eaba9_pk PRIMARY KEY
(id))  WITH (OIDS=FALSE);

SELECT
AddRasterColumn('workspace1','fc_cbd8a88e87c942b9bdcef66d158eaba9','rast
', 2043, ARRAY['32BF'], false, false, null,100,100,null,null,null);  

And I obtain : ERROR: 42883: function st_srid(raster) does not exist

from c# program using DAO. Similar command for AddGeometryColumn work
OK.

 When I run this command (....SELECT AddRasterColumn...) as SQL in
pgAdmin  it work OK.

 I am using the latest (today binaries for the PostGIS 2.0). 

Can someone help, please  

thank you  Standa





More information about the postgis-users mailing list