[postgis-tickets] [PostGIS] #2748: Deprecate all functions with underscore_names rather than CamelCase

PostGIS trac at osgeo.org
Mon May 11 10:10:01 PDT 2015


#2748: Deprecate all functions with underscore_names rather than CamelCase
----------------------+---------------------------
  Reporter:  strk     |      Owner:  strk
      Type:  task     |     Status:  new
  Priority:  high     |  Milestone:  PostGIS 2.2.0
 Component:  postgis  |    Version:  trunk
Resolution:           |   Keywords:
----------------------+---------------------------

Comment (by strk):

 r13488 deprecates ST_Point_Inside_Circle (in favor of
 ST_PointInsideCircle), left over:

  - ST_Length2d_Spheroid(geometry,spheroid) -- should it be
 ST_2DLengthSpheroid ? We have ST_LengthSpheroid and ST_3DLengthSpheroid
  - ST_Locate_Between_Measures(geometry,float8,float8) -- is already
 advertised as deprecated, using NOTICE (rather than WARNING). Results seem
 incompatible with any existing name so cannot be changed to an SQL wrapper
 (unless Paul knows how).
  - ST_Locate_Along_MEasure(geometry,float8,float8) -- is already
 advertised as deprecated, using NOTICE (rather than WARNING). Results seem
 incompatible with any existing name so cannot be changed to an SQL wrapper
 (unless Paul knows how).

--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2748#comment:10>
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-tickets mailing list