Opened 13 years ago
Closed 7 weeks ago
#1229 closed task (wontfix)
ST_SRID mutator function (sql/mm)
Reported by: | strk | Owned by: | pramsey |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS Fund Me |
Component: | postgis | Version: | master |
Keywords: | sqlmm, srid | Cc: |
Description
According to iso sql/mm the ST_Srid function should work both as inspector and mutator. We should add the mutator (an additional arg).
Change History (3)
comment:1 by , 13 years ago
Milestone: | PostGIS 2.0.0 → PostGIS Future |
---|
comment:3 by , 7 weeks ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
I guess this is a won't fix then, closing accordingly
Note:
See TracTickets
for help on using tickets.
I don't like this idea at all. Works fine if you have a pure object model, but all our other functions that do set have ST_Set in them and I like it that way. Anyrate not something we should be pushing for 2.0.0 since there should be only one way of doing something this fundamental and introducing this alternative will just break a lot of apps and add another function.