Changes between Initial Version and Version 1 of Ticket #1329


Ignore:
Timestamp:
Nov 26, 2011, 10:46:05 AM (12 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1329 – Description

    initial v1  
    99box3d_extent will be deprecated and possibly removed, though I think that might break some apps removing it.  I have one to test that theory.
    1010
     11deprecate box2d (possibly get rid of it).  I think there is too much code out there that relies on box2d that getting rid of it is a pipe dream the moment.  So we might want to deprecate it now, remove it from the docs, and encourage people to not use it in a non-violent demonstration of disapproval.
     12
    11131) ST_Extent returns box3d just like ST_3DExtent currently does.
    12142) Both ST_3DExtent and ST_Extent be changed to strip the SRID of the improved box3d type by default, with an optional argument  -- keep_srid (defaulted to false) for those like strk who really want it and want to override the behavior to make it true.