[postgis-devel] [PostGIS] #1294: ERROR: 42883: function st_srid(raster) does not exist
PostGIS
trac at osgeo.org
Mon Nov 14 07:33:19 PST 2011
#1294: ERROR: 42883: function st_srid(raster) does not exist
----------------------------+-----------------------------------------------
Reporter: standa | Owner: pracine
Type: defect | Status: new
Priority: high | Milestone: PostGIS 2.0.0
Component: postgis raster | Version: trunk
Keywords: |
----------------------------+-----------------------------------------------
Hi
I an 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);
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 tha latest (today binaries for the PostGIS 2.0). Can you help,
please
thank you
Standa
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1294>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-devel
mailing list