[postgis-devel] [PostGIS] #1098: UpdateGeometrySRID fails

PostGIS trac at osgeo.org
Sat Jul 2 13:19:23 PDT 2011


#1098: UpdateGeometrySRID fails
----------------------+-----------------------------------------------------
 Reporter:  robe      |       Owner:  robe         
     Type:  defect    |      Status:  new          
 Priority:  critical  |   Milestone:  PostGIS 2.0.0
Component:  postgis   |     Version:  trunk        
 Keywords:            |  
----------------------+-----------------------------------------------------
 I have typo in script and also need to do ST_SetSRID for typmoded ones.


 {{{
 CREATE TABLE pgis_garden_test (gid serial, geom geometry(POINT, 4326));

 SELECT UpdateGeometrySRID('pgis_garden_test', 'geom',4269);

 }}}

 Currently gives error:
 function postgis_constaint_srid(character varying, character varying,
 character varying) does not exist

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1098>
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