]> granicus.if.org Git - postgis/commitdiff
Change ST_force_sfs to ST_ForceSFS
authorOlivier Courtin <olivier.courtin@camptocamp.com>
Fri, 10 May 2013 11:43:23 +0000 (11:43 +0000)
committerOlivier Courtin <olivier.courtin@camptocamp.com>
Fri, 10 May 2013 11:43:23 +0000 (11:43 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@11403 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_editor.xml
postgis/postgis.sql.in

index 2c09d6162b701e0ef77d54ea4a63c28d4d4828b5..de8cb04efa125688e4c73889837373fd89c55bcb 100644 (file)
@@ -528,9 +528,9 @@ GEOMETRYCOLLECTION(
        </refentry>
 
 
-       <refentry id="ST_Force_SFS">
+       <refentry id="ST_ForceSFS">
          <refnamediv>
-               <refname>ST_Force_SFS</refname>
+               <refname>ST_ForceSFS</refname>
 
                <refpurpose>Forces the geometries to use SFS 1.1 geometry types only.</refpurpose>
          </refnamediv>
@@ -538,7 +538,7 @@ GEOMETRYCOLLECTION(
          <refsynopsisdiv>
                <funcsynopsis>
                  <funcprototype>
-                       <funcdef>geometry <function>ST_Force_SFS</function></funcdef>
+                       <funcdef>geometry <function>ST_ForceSFS</function></funcdef>
                        <paramdef><type>geometry </type> <parameter>geomA</parameter></paramdef>
                  </funcprototype>
                </funcsynopsis>
index 7a0ed1ac3aba3c35890b01d60b5402d5b029e109..ffa54fdccb64f163ba93ecd25c547d8c9751132d 100644 (file)
@@ -1224,7 +1224,7 @@ CREATE OR REPLACE FUNCTION ST_Multi(geometry)
        LANGUAGE 'c' IMMUTABLE STRICT;
 
 -- Availability: 2.1.0
-CREATE OR REPLACE FUNCTION ST_force_sfs(geometry)
+CREATE OR REPLACE FUNCTION ST_ForceSFS(geometry)
        RETURNS geometry
        AS 'MODULE_PATHNAME', 'LWGEOM_force_sfs'
        LANGUAGE 'c' IMMUTABLE STRICT;