[postgis-devel] [PostGIS] #1867: ERROR: query string argument of EXECUTE is null

PostGIS trac at osgeo.org
Thu Jun 14 07:37:08 PDT 2012


#1867: ERROR:  query string argument of EXECUTE is null
----------------------+-----------------------------------------------------
 Reporter:  strk      |       Owner:  strk         
     Type:  defect    |      Status:  new          
 Priority:  medium    |   Milestone:  PostGIS 2.0.1
Component:  topology  |     Version:  2.0.x        
 Keywords:            |  
----------------------+-----------------------------------------------------
 Assuming there's no record in topology.topology where name = 'fake'
 the following queries all throw a "query string argument of EXECUTE is
 null" message:

 {{{
 select topogeo_addlinestring('fake', 'LINESTRING(0 0, 1 0)');
 select topogeo_addpoint('fake', 'POINT(0 0)');
 select topogeo_addpolygon('fake', 'POLYGON((0 0,10 0,10 10,0 0))');
 }}}

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