[postgis-tickets] [PostGIS] #5484: ERROR: cannot drop function st_value(raster, geometry, boolean) because other objects depend on it

PostGIS trac at osgeo.org
Mon Aug 28 02:31:44 PDT 2023


#5484: ERROR:  cannot drop function st_value(raster,geometry,boolean) because
other objects depend on it
------------------------------------+---------------------------
  Reporter:  strk                   |      Owner:  strk
      Type:  defect                 |     Status:  new
  Priority:  medium                 |  Milestone:  PostGIS 3.4.1
 Component:  build/upgrade/install  |    Version:  3.4.x
Resolution:                         |   Keywords:
------------------------------------+---------------------------
Comment (by strk):

 The ST_Value function has undertaken a few revisions but was never given
 the `Replaces` comment, and also lacks other availability/changed
 comments.

 We currently define:

 st_value(rast raster, band integer, x integer, y integer,
 exclude_nodata_value boolean DEFAULT TRUE)
 -- Changed: 3.2.0 added resample arg
 st_value(rast raster, band integer, pt geometry, exclude_nodata_value
 boolean DEFAULT TRUE, resample text DEFAULT 'nearest')
 st_value(rast raster, x integer, y integer, exclude_nodata_value boolean
 DEFAULT TRUE)
 st_value(rast raster, pt geometry, exclude_nodata_value boolean DEFAULT
 TRUE)

 Chances are a Replaces comment going with the `Changed` line would
 suffice, but unfortunately I've troubles building both 3.1 and 3.4 with
 the same proj version to test upgrades myself.
-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5484#comment:3>
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