[postgis-tickets] [PostGIS] #4819: ST_Point(x,y,z,m,srid)

PostGIS trac at osgeo.org
Thu Feb 18 15:20:14 PST 2021


#4819: ST_Point(x,y,z,m,srid)
--------------------------+---------------------------
  Reporter:  pramsey      |      Owner:  pramsey
      Type:  enhancement  |     Status:  closed
  Priority:  medium       |  Milestone:  PostGIS 3.2.0
 Component:  postgis      |    Version:  master
Resolution:  wontfix      |   Keywords:
--------------------------+---------------------------

Comment (by mdavis):

 List discussion is [https://lists.osgeo.org/pipermail/postgis-
 devel/2020-December/028729.html here]. Sounds like the main issue is the
 ambiguity of the parameters, and the difficulty of upgrade.

 There was a [https://lists.osgeo.org/pipermail/postgis-
 devel/2020-December/028758.html suggestion] of adding extra signatures to
 allow additional dimensions and an optional SRID:

 {{{
 ST_Point(X, Y [, srid=-1] )
 ST_PointZ(X, Y, Z [, srid=-1] )
 ST_PointM(X, Y, M [, srid=-1] )
 ST_PointZM(X, Y, Z, M [, srid=-1] )

-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4819#comment:2>
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