[postgis-tickets] [PostGIS] #5035: st_dwithin(geography, geography, double precision) needs a REPLACE note and document change
PostGIS
trac at osgeo.org
Wed Dec 22 12:08:12 PST 2021
#5035: st_dwithin(geography,geography,double precision) needs a REPLACE note and
document change
---------------------+---------------------------
Reporter: robe | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 3.1.5
Component: postgis | Version: 2.5.x
Keywords: |
---------------------+---------------------------
I ran into issues trying to upgrade a PG 9.6 2.4 database to PG 11 3.1.
It failed on trying to drop ST_DWithin(geography,geography, double
precision)
{{{
materialized view public.vw_mat.. depends on function
st_dwithin(geography,geography,double precision)
}}}
There is no comment that this was even changed. But I bet it was changed
to a) add argument names and or b) add the SUPPORT postgis_index_supportfn
which requires PostgreSQL 12 or higher
The code says - last change was 1.5.0.
At anyrate this should be documented in the docs and in the code. It
should use the new REPLACE documentation syntax
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5035>
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