]> granicus.if.org Git - postgis/commitdiff
fix example
authorRegina Obe <lr@pcorp.us>
Fri, 29 Jan 2010 18:22:35 +0000 (18:22 +0000)
committerRegina Obe <lr@pcorp.us>
Fri, 29 Jan 2010 18:22:35 +0000 (18:22 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@5179 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_exception.xml

index 31f07d4e74d1059ea519d5ebfb184ca07f6de0aa..802144757516af79a1b5ccea98d32e03eeedb7e8 100644 (file)
@@ -40,8 +40,8 @@
                        <title>Examples</title>
 
                        <programlisting>UPDATE sometable
- SET the_geom =  ST_AddBBox(the_geom)
- WHERE ST_HasBBox(the_geom) = false;</programlisting>
+ SET the_geom =  PostGIS_AddBBox(the_geom)
+ WHERE PostGIS_HasBBox(the_geom) = false;</programlisting>
                  </refsection>
 
                  <!-- Optionally add a "See Also" section -->